Browse Source

feat(template): add link to the GitHub contributors page

Julien Voisin 3 months ago
parent
commit
40d9965b28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/template/templates/views/about.html

+ 1 - 1
internal/template/templates/views/about.html

@@ -40,7 +40,7 @@
 <div class="panel">
     <h3>{{ t "page.about.credits" }}</h3>
     <ul>
-        <li><strong>{{ t "page.about.author" }}</strong> Frédéric Guillot</li>
+        <li><strong>{{ t "page.about.author" }}</strong> Frédéric Guillot and <a href="https://github.com/miniflux/v2/graphs/contributors">contributors</a></li>
         <li><strong>{{ t "page.about.license" }}</strong> <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a></li>
     </ul>
 </div>