aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-09 03:34:10 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-09 03:34:10 +0100
commit24fa9b6b84b233181b9c624826be5dd901fbe7d1 (patch)
treecfbe8290017875cd4bb01a8a2188e94aeeaa6b61 /templates/page.html
parent65f8e680c62f7f22587d839d7c76adfef0dab782 (diff)
downloadmitjafelicijan.com-24fa9b6b84b233181b9c624826be5dd901fbe7d1.tar.gz
New style
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/page.html b/templates/page.html
index ba87cca..8c38e82 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -4,10 +4,8 @@
4{{ define "description" }}{{ .Page.Summary }}{{ end }} 4{{ define "description" }}{{ .Page.Summary }}{{ end }}
5 5
6{{ define "content" }} 6{{ define "content" }}
7<div> 7<article>
8 <h1>{{ .Page.Title }}</h1> 8 <h1>{{ .Page.Title }}</h1>
9 <div> 9 <div>{{ .Page.HTML }}</div>
10 {{ .Page.HTML }} 10</article>
11 </div>
12</div>
13{{ end }} 11{{ end }}