This commit is contained in:
2026-03-30 02:22:28 +09:00
parent b257b1e5eb
commit 2543fc3b45

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">{{ server_version }}</p> <p class="text-highlight big-text"><span class="text-lowlight unselectable">#</span>{{ server_version }}</p>
<div class="block"> <div class="block">
<p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p> <p>このサーバーで現在使用されているソースコードのコミットID(ハッシュ)の先頭7文字です。</p>
<p>サーバーが起動されるたびに<span class="code">git rev-parse --short HEAD</span>を使用して取得しています。</p> <p>サーバーが起動されるたびに<span class="code">git rev-parse --short HEAD</span>を使用して取得しています。</p>