diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-24 00:07:47 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-01-24 00:07:56 +0100 |
commit | ba5d38ad4427bcda21a4cc57689464ed58d8b9a0 (patch) | |
tree | 12964eb240f749baa7276369265c89a04765d14e /layouts/shortcodes/expand.html | |
parent | 2acd6ab280390057bf6d68a801a1be0f09dbd0b9 (diff) |
Rework of main template, adds options for more fine customisation
Diffstat (limited to 'layouts/shortcodes/expand.html')
-rw-r--r-- | layouts/shortcodes/expand.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/expand.html b/layouts/shortcodes/expand.html index 4519767..1c0cb6b 100644 --- a/layouts/shortcodes/expand.html +++ b/layouts/shortcodes/expand.html @@ -1,7 +1,7 @@ <div class="book-expand"> <label> <div class="book-expand-head flex justify-between"> - <span>{{ default "Expand" (.Get 0) }}</span> + <span>{{ default (i18n "Expand") (.Get 0) }}</span> <span>{{ default "↕" (.Get 1) }}</span> </div> <input type="checkbox" class="hidden" /> |