diff options
author | Alex <alex@scerba.org> | 2024-03-13 17:09:48 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:20:01 -0400 |
commit | f97d476b495126fd2474b8e3a2968658395d2a0f (patch) | |
tree | 866ce2531ea9ada192e01faeecd42fc02bc5b0c1 /html/main/blog.tmpl.html | |
parent | 99d92792daedc0501886edc7c4e4a9f3768f9b8a (diff) |
Complete restructure
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 |