diff options
Diffstat (limited to 'html/main/blog.tmpl.html')
-rw-r--r-- | html/main/blog.tmpl.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/html/main/blog.tmpl.html b/html/main/blog.tmpl.html deleted file mode 100644 index 989743c..0000000 --- a/html/main/blog.tmpl.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ 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>Blog</h1> - - <section class="postBackground"> - <div class="postContent"> - <h2>Entries</h2> -{{ range .Posts.Contents}} - <p>- <a href="/blog/{{ .FileName }}">{{ .Title }}</a></p> -{{ end }} - </div> - </section> -{{ end }}
\ No newline at end of file |