aboutsummaryrefslogtreecommitdiff
path: root/templates/blog.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-06-28 21:05:01 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-06-28 21:05:01 -0500
commit067ee4d66d0174be408d4051148f33b9a428ac3b (patch)
treec9f76456355b49785a08864022fd7c011075267e /templates/blog.html
first commit
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/blog.html b/templates/blog.html
new file mode 100644
index 0000000..d90c19e
--- /dev/null
+++ b/templates/blog.html
@@ -0,0 +1,15 @@
+{{ define "meta"}}
+ <title>Blog</title>
+ <meta name="description" content="Site blog featuring personal and project updates as well as anything random I want to share.">
+{{ end }}
+{{ define "main" }}
+ <h1>Blog</h1>
+ <p class="subtitle">Personal and site updates.</p>
+ <hr>
+
+{{ range .Contents }}
+{{ printf "%s" .Thumbnail }}
+{{ end }}
+
+ <a href="/blog">Top</a>
+{{ end }} \ No newline at end of file