fix css
Some checks failed
Deploy to Cloudflare Pages / build-and-deploy (push) Failing after 15m0s

This commit is contained in:
2025-06-14 15:47:39 +09:00
parent b842ca7cc6
commit 9c34bf73c6
8 changed files with 515 additions and 433 deletions

View File

@ -27,7 +27,7 @@
<div class="post-actions">
<a href="{{ post.url }}" class="read-more">Read more</a>
{% if post.markdown_url %}
<a href="{{ post.markdown_url }}" class="view-markdown" title="View Markdown">Markdown</a>
<a href="{{ post.markdown_url }}" class="view-markdown" title="View Markdown">.md</a>
{% endif %}
{% if post.translation_url %}
<a href="{{ post.translation_url }}" class="view-translation" title="View Translation">🌐</a>