diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-13 23:35:05 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-13 23:35:05 -0500 |
commit | fca693f8cf2eeeae92939488b63127a90030c8fb (patch) | |
tree | bfe7d75448b9d2714f024e7d783d3e901facfbab /html/main/blog.tmpl.html | |
parent | e864807341990f5c72e198d96740983bf7671584 (diff) |
Extreme structure changes and file renames. Move to new template format.
Diffstat (limited to 'html/main/blog.tmpl.html')
-rw-r--r-- | html/main/blog.tmpl.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/html/main/blog.tmpl.html b/html/main/blog.tmpl.html new file mode 100644 index 0000000..9017066 --- /dev/null +++ b/html/main/blog.tmpl.html @@ -0,0 +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 "main" }} + <h1>alexscerba.com<wbr>/blog</h1> + + <section class="postContent"> + <h2>Entries</h2> +{{ range .Contents }} + <p>- <a href="/blog/{{ .FileName }}">{{ .Title }}</a></p> +{{ end }} + </section> +{{ end }}
\ No newline at end of file |