aboutsummaryrefslogtreecommitdiff
path: root/templates/blog.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-13 23:35:05 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-13 23:35:05 -0500
commitfca693f8cf2eeeae92939488b63127a90030c8fb (patch)
treebfe7d75448b9d2714f024e7d783d3e901facfbab /templates/blog.html
parente864807341990f5c72e198d96740983bf7671584 (diff)
Extreme structure changes and file renames. Move to new template format.
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/blog.html b/templates/blog.html
deleted file mode 100644
index b6fd65c..0000000
--- a/templates/blog.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{ 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>alexscerba.com<wbr>/blog</h1>
-
- <section class="postContent">
- <h2>Entries</h2>
-{{ range .Contents }}
-{{ printf "%s" .Thumbnail }}
-{{ end }}
- </section>
-{{ end }} \ No newline at end of file