aboutsummaryrefslogtreecommitdiff
path: root/html/main/blog.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/main/blog.tmpl.html')
-rw-r--r--html/main/blog.tmpl.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/main/blog.tmpl.html b/html/main/blog.tmpl.html
index 9017066..055d2ec 100644
--- a/html/main/blog.tmpl.html
+++ b/html/main/blog.tmpl.html
@@ -1,13 +1,14 @@
{{ define "title" }}Blog{{end}}
{{ define "description" }}Site blog featuring personal and project updates as well as anything random I want to share.{{end}}
{{ define "keywords" }}blog{{end}}
+{{ define "canonical" }}/blog{{end}}
{{ define "main" }}
<h1>alexscerba.com<wbr>/blog</h1>
<section class="postContent">
<h2>Entries</h2>
-{{ range .Contents }}
+{{ range .Posts.Contents}}
<p>- <a href="/blog/{{ .FileName }}">{{ .Title }}</a></p>
{{ end }}
</section>