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="article-lang">{{ post.language }}</span>
{% endif %}
{% if post.extra.type == "ai" %}
<span class="article-ai">
<span class="ai-icon icon-ai"></span>
ai
</span>
{% endif %}
</div>
{% if not post.extra.type or post.extra.type != "ai" %}
<div class="article-actions">