aboutsummaryrefslogtreecommitdiff
path: root/html/index.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-09-28 12:28:49 -0400
committerAlex Scerba <alex@scerba.org>2024-09-28 12:28:49 -0400
commitb61c76040601b59898003008f95108952c452fe8 (patch)
tree8585c2e424178b9dde3706771207745c46e46dee /html/index.tmpl.html
parent92264ea6c1a27a6d834a358626a2b3004466e131 (diff)
Update pages to reflect Chelsea's content
Diffstat (limited to 'html/index.tmpl.html')
-rw-r--r--html/index.tmpl.html6
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>