diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 17:01:38 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 17:01:38 +0200 |
commit | e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe (patch) | |
tree | 9b067f810dfb9cbe6e7aabf2f7c88c77fc306531 /templates/gitlist.qtpl | |
parent | 242ba7f412d4e54f21385afff3f2b884f57f6ced (diff) | |
download | cerrado-e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe.tar.gz cerrado-e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe.tar.bz2 cerrado-e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe.zip |
feat: Add initial git item page
Diffstat (limited to 'templates/gitlist.qtpl')
-rw-r--r-- | templates/gitlist.qtpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl index 588c264..e07f199 100644 --- a/templates/gitlist.qtpl +++ b/templates/gitlist.qtpl @@ -22,6 +22,7 @@ type GitListPage struct { </hr> <p>{%s r.LastCommitMessage %}</p> <p><small>{%s r.LastCommitDate %}</small></p> + <p><a href="#">summary</a> <a href="#">log</a> <a href="#">tree</a></p> </div> {% endfor %} </div> |