diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
commit | 067ee4d66d0174be408d4051148f33b9a428ac3b (patch) | |
tree | c9f76456355b49785a08864022fd7c011075267e /templates/projects.html |
first commit
Diffstat (limited to 'templates/projects.html')
-rw-r--r-- | templates/projects.html | 15 |
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 |