aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemlog.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-05-30 18:08:12 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-05-30 18:08:12 +0200
commit8f5f9ff24b0327f7640e3619de109e1f19cfba1d (patch)
tree693e669355c00ed2445da34f4032bfd60abdbbe8 /templates/gititemlog.qtpl
parentfb45f1f5002ffdb40150333c5a48458b801f3022 (diff)
downloadcerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.tar.gz
cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.tar.bz2
cerrado-8f5f9ff24b0327f7640e3619de109e1f19cfba1d.zip
feat: Add git sub page
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r--templates/gititemlog.qtpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl
new file mode 100644
index 0000000..ae88a52
--- /dev/null
+++ b/templates/gititemlog.qtpl
@@ -0,0 +1,10 @@
+{% code
+type GitItemLogPage struct {
+}
+%}
+
+{% func (g *GitItemLogPage) Nav(name string) %}{%= GitItemNav(name, Log) %}{% endfunc %}
+
+{% func (g *GitItemLogPage) GitContent() %}
+<h4>Log</h4>
+{% endfunc %}