1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Show Git commit in about page

This commit is contained in:
Frédéric Guillot 2020-10-28 21:22:06 -07:00
parent a37a2dd043
commit d70b4d39ab
3 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@
<h3>Miniflux</h3>
<ul>
<li><strong>{{ t "page.about.version" }}</strong> {{ .version }}</li>
<li><strong>Git Commit</strong> {{ .commit }}</li>
<li><strong>{{ t "page.about.build_date" }}</strong> {{ .build_date }}</li>
</ul>
</div>