diff options
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 |