This commit is contained in:
2026-04-14 07:16:16 +09:00
parent 4f15147be3
commit 5ecea0ee42
15 changed files with 627 additions and 521 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
</style>
{% endblock %}
{% block content %}
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<p class="text-highlight big-text"><span class="text-lowlight unselectable">#</span>{{ server_version }}</p>
<p class="font-small font-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<p class="text-white big-text"><span class="text-tx-alt unselectable">#</span>{{ server_version }}</p>
<div class="block">
<p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p>
<p>サーバーが起動されるたびに<span class="code">git rev-parse --short HEAD</span>を使用して取得しています。</p>