From f8a73dfd854802b2866c32b9fe6acbd94d98c44c Mon Sep 17 00:00:00 2001 From: thinkpadmaster <a.scerba02@gmail.com> Date: Mon, 3 Jul 2023 09:39:22 -0500 Subject: Update for modern style --- templates/blog.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html index d90c19e..a6f1713 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,13 +3,12 @@ <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> + <h1>alexscerba.com/blog</h1> + <section class="postContent"> + <h2>Entries</h2> {{ range .Contents }} {{ printf "%s" .Thumbnail }} {{ end }} - - <a href="/blog">Top</a> + </section> {{ end }} \ No newline at end of file -- cgit v1.2.3