aboutsummaryrefslogtreecommitdiff
path: root/templates/bookmarks.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-23 07:29:30 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-23 07:29:30 +0100
commit8af1ea92d138b221ad283d2e9771bf67ab38a55a (patch)
treed0bd05293f438b5ebac95902c6842257cc0a8abf /templates/bookmarks.html
parent4b534dd48131b3e04336e61c66556afe59f5fc2a (diff)
downloadmitjafelicijan.com-8af1ea92d138b221ad283d2e9771bf67ab38a55a.tar.gz
Added bookmarks
Diffstat (limited to 'templates/bookmarks.html')
-rw-r--r--templates/bookmarks.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/bookmarks.html b/templates/bookmarks.html
new file mode 100644
index 0000000..edf137b
--- /dev/null
+++ b/templates/bookmarks.html
@@ -0,0 +1,10 @@
1{{ template "base.html" . }}
2
3{{ define "content" }}
4<article>
5 <hgroup>
6 <h1>{{ .Page.Title }}</h1>
7 </hgroup>
8 <div class="flow-two-column">{{ .Page.HTML }}</div>
9</article>
10{{ end }}