aboutsummaryrefslogtreecommitdiff
path: root/templates/projects.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-06-28 21:05:01 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-06-28 21:05:01 -0500
commit067ee4d66d0174be408d4051148f33b9a428ac3b (patch)
treec9f76456355b49785a08864022fd7c011075267e /templates/projects.html
first commit
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