diff options
Diffstat (limited to 'html/main/index.tmpl.html')
-rw-r--r-- | html/main/index.tmpl.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html index 55acf81..9abcd59 100644 --- a/html/main/index.tmpl.html +++ b/html/main/index.tmpl.html @@ -7,7 +7,9 @@ <section class="projects even-2-col-grid"> {{ range .Posts.Contents }} <a href="/projects/{{ .FileName }}" class="thumbnail"> - {{ .Image }} + <div class="img-zoom"> + {{ .Image }} + </div> <p>{{ .Title }}</p> </a> {{ end }} |