We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a654a5f commit 9e4248cCopy full SHA for 9e4248c
internal/template/templates/views/about.html
@@ -12,7 +12,7 @@ <h1 id="page-header-title">{{ t "page.about.title" }}</h1>
12
<h3>Miniflux</h3>
13
<ul>
14
<li>
15
- <strong>{{ t "page.about.version" }}</strong>
+ <strong>{{ t "page.about.version" }}</strong>
16
{{ if startsWith .version "2." }}
17
<a href="https://github.com/miniflux/v2/releases/tag/{{ .version }}">{{ .version }}</a>
18
{{ else }}
@@ -21,7 +21,7 @@ <h3>Miniflux</h3>
21
</li>
22
{{ if .commit }}
23
24
- <strong>{{ t "page.about.git_commit" }}</strong>
+ <strong>{{ t "page.about.git_commit" }}</strong>
25
{{ if startsWith .commit "Unknown" }}
26
{{ .commit }}
27
0 commit comments