fix type md ai

This commit is contained in:
2025-08-09 17:53:50 +09:00
parent c5a70a433b
commit 6047fa4161
17 changed files with 1213 additions and 4 deletions

View File

@@ -12,6 +12,12 @@
{% if post.language %}
<span class="post-lang">{{ post.language }}</span>
{% endif %}
{% if post.extra and post.extra.type == "ai" %}
<span class="post-ai">
<span class="ai-icon icon-ai"></span>
ai
</span>
{% endif %}
</div>
</div>