From fca693f8cf2eeeae92939488b63127a90030c8fb Mon Sep 17 00:00:00 2001 From: thinkpadmaster <a.scerba02@gmail.com> Date: Thu, 13 Jul 2023 23:35:05 -0500 Subject: Extreme structure changes and file renames. Move to new template format. --- templates/projects.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/projects.html (limited to 'templates/projects.html') diff --git a/templates/projects.html b/templates/projects.html deleted file mode 100644 index 6cc75af..0000000 --- a/templates/projects.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ define "meta"}} - <title>Projects</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>/projects</h1> - - <section class="postContent"> - <h2>Completed</h2> -{{ range .Contents }} -{{ printf "%s" .Thumbnail }} -{{ end }} - </section> -{{ end }} \ No newline at end of file -- cgit v1.2.3