diff options
Diffstat (limited to 'templates/projects.html')
-rw-r--r-- | templates/projects.html | 14 |
1 files changed, 0 insertions, 14 deletions
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 |