diff options
author | Alex Scerba <alex@scerba.org> | 2024-09-28 12:28:49 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-09-28 12:28:49 -0400 |
commit | b61c76040601b59898003008f95108952c452fe8 (patch) | |
tree | 8585c2e424178b9dde3706771207745c46e46dee /html/index.tmpl.html | |
parent | 92264ea6c1a27a6d834a358626a2b3004466e131 (diff) |
Update pages to reflect Chelsea's content
Diffstat (limited to 'html/index.tmpl.html')
-rw-r--r-- | html/index.tmpl.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/index.tmpl.html b/html/index.tmpl.html index 582bc24..3e54d51 100644 --- a/html/index.tmpl.html +++ b/html/index.tmpl.html @@ -5,11 +5,13 @@ {{ define "main" }} <h1>Design Projects</h1> <div> - <div class="projects even-2-col-grid"> + <div class="home-grid"> {{ range .Posts.Contents }} <a href="/projects/{{ .FileName }}" class="thumbnail"> {{ .Image }} - <span class="title">{{ .Title }}</span> + <div class="title-bg"> + <span class="title">{{ .Title }}</span> + </div> </a> {{ end }} </div> |