aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-14 01:29:58 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-14 01:29:58 +0100
commit8eaf5920bea9d3920ba1de20a1bb82bb7cc88347 (patch)
tree2659e882323a844aaa85e4a72a3fb2166aea621c /templates/page.html
parent37cfec907460f0bd35c57d878137d344a7118472 (diff)
downloadmitjafelicijan.com-8eaf5920bea9d3920ba1de20a1bb82bb7cc88347.tar.gz
Added a bit of html tags
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 8c38e82..90c15df 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -5,7 +5,9 @@
5 5
6{{ define "content" }} 6{{ define "content" }}
7<article> 7<article>
8 <h1>{{ .Page.Title }}</h1> 8 <hgroup>
9 <h1>{{ .Page.Title }}</h1>
10 </hgroup>
9 <div>{{ .Page.HTML }}</div> 11 <div>{{ .Page.HTML }}</div>
10</article> 12</article>
11{{ end }} 13{{ end }}