diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
commit | f8a73dfd854802b2866c32b9fe6acbd94d98c44c (patch) | |
tree | ac63559de3237265ced9dd991093d66b739ba051 /templates/projects.html | |
parent | 6b538ab26396d463a65682003b4ef3d4b029fc69 (diff) |
Update for modern style
Diffstat (limited to 'templates/projects.html')
-rw-r--r-- | templates/projects.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/projects.html b/templates/projects.html index 9c7f12d..6e90ffe 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -3,13 +3,12 @@ <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> + <h1>alexscerba.com/projects</h1> + <section class="postContent"> + <h2>Completed</h2> {{ range .Contents }} {{ printf "%s" .Thumbnail }} {{ end }} - - <a href="/projects">Top</a> + </section> {{ end }}
\ No newline at end of file |