diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 23:15:22 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 23:15:22 +0300 |
| commit | cf0669ebd4563144c1ba50f62fe71fe6139e7037 (patch) | |
| tree | 73fd65bc333aca9030d9e1daf3726329bb8dc613 /src/index.html.mustache | |
| parent | d1fee8dccd2bbcbec5d42d9de1e6adadfa70d952 (diff) | |
Improve gallery sorting behaviour
Diffstat (limited to 'src/index.html.mustache')
| -rw-r--r-- | src/index.html.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache index d01df1a..698e044 100644 --- a/src/index.html.mustache +++ b/src/index.html.mustache @@ -19,9 +19,9 @@ </header>
{{#galleries}}
- {{#show_title}}
+ {{#title}}
<h3>{{title}}</h3>
- {{/show_title}}
+ {{/title}}
<div class="gallery">
{{#columns}}
<div class="column">
|
