diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-08-28 09:49:47 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | 027a96c9c8ecd9452a21f0173a15860d03a3f339 (patch) | |
tree | 141049f49461352f8ff6cd107404e97c69dd70ac /html/main/index.tmpl.html | |
parent | f348728153f8c9199536a5c18c2f49f77f54aba5 (diff) |
Reflect new syntax
Diffstat (limited to 'html/main/index.tmpl.html')
-rw-r--r-- | html/main/index.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html index 5c60a6c..e30fefb 100644 --- a/html/main/index.tmpl.html +++ b/html/main/index.tmpl.html @@ -11,7 +11,7 @@ <section class="bottom"> <h2>Latest Design Projects</h2> <div class="posts"> -{{ range .Contents }} +{{ range .Posts.Contents }} <figure class="thumbnail"> <a href="/projects/{{ .FileName }}"> {{ .Image }} |