aboutsummaryrefslogtreecommitdiff
path: root/templates/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/projects.html')
-rw-r--r--templates/projects.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/projects.html b/templates/projects.html
new file mode 100644
index 0000000..9c7f12d
--- /dev/null
+++ b/templates/projects.html
@@ -0,0 +1,15 @@
+{{ 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>Projects</h1>
+ <p class="subtitle">Current posted industrial and automotive design projects.</p>
+ <hr>
+
+{{ range .Contents }}
+{{ printf "%s" .Thumbnail }}
+{{ end }}
+
+ <a href="/projects">Top</a>
+{{ end }} \ No newline at end of file