This commit is contained in:
2026-03-29 18:47:48 +09:00
parent e97177ecff
commit ea29619419

View File

@@ -19,7 +19,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p> <p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<p class="text-highlight big-text">{{ get_daily_quote() }}</p> <p class="text-highlight big-text"><span class="text-lowlight">"</span>{{ get_daily_quote() }}<span class="text-lowlight">"</span></p>
<div class="block"> <div class="block">
<p>日替わり迷言集です。毎日0:00 UTCに更新されます。</p> <p>日替わり迷言集です。毎日0:00 UTCに更新されます。</p>
</div> </div>