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