Commit ac2ba7a7f6efeadc4befd46a75a93d6b5595ff77

Thomas de Grivel 2022-01-21T10:14:11

authors

diff --git a/lib/kmxgit_web/templates/page/index.html.heex b/lib/kmxgit_web/templates/page/index.html.heex
index 6957f45..6784f78 100644
--- a/lib/kmxgit_web/templates/page/index.html.heex
+++ b/lib/kmxgit_web/templates/page/index.html.heex
@@ -49,6 +49,8 @@ git push -u kmx master</code></pre>
       <p>
         <%= gettext("Get the git url at") %> <b><%= Routes.page_url(@conn, :index) %>user/path/to/repo</b>
       </p>
+
+      <h4><%= link gettext("Links"), to: "#links", id: "links" %></h4>
       <p>
         <%= gettext("If you need more help with git, please see :") %>
         <ul>
@@ -83,6 +85,13 @@ git push -u kmx master</code></pre>
           </table>
         </div>
       </div>
+
+      <hr/>
+
+      <h3><%= link gettext("kmxgit authors"), to: "#authors", id: "authors" %></h3>
+      <ul>
+        <li>Thomas de Grivel &lt;thoxdg@gmail.com&gt;</li>
+      </ul>
     </div>
   </div>
 </div>