diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 23:37:24 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 23:37:24 +0300 |
| commit | e0f98cddc7a9b2fc984f208551e82477161eac45 (patch) | |
| tree | ed0485a5e6225c9e79ed3fe3f2f8029156161546 /src/index.html.mustache | |
| parent | a1e6e600d0a2e1bda0776db2346bc8bf1e3ddb0f (diff) | |
Attempt #3
Diffstat (limited to 'src/index.html.mustache')
| -rw-r--r-- | src/index.html.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache index 698e044..5133c9c 100644 --- a/src/index.html.mustache +++ b/src/index.html.mustache @@ -19,9 +19,9 @@ </header>
{{#galleries}}
- {{#title}}
- <h3>{{title}}</h3>
- {{/title}}
+ {{#display_title}}
+ <h3>{{display_title}}</h3>
+ {{/display_title}}
<div class="gallery">
{{#columns}}
<div class="column">
|
