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