diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 21:26:40 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 21:26:40 +0000 |
| commit | f4ff062b2fedc4ce176373a39f4ccebe539c71f3 (patch) | |
| tree | f8ef4decfaa338f7bce0db32b02464c2fa462212 /share/templates | |
| parent | 54b7321df66d9d0d9648ac999a63fcccec6ef36f (diff) | |
dont include empty footer
Diffstat (limited to 'share/templates')
| -rw-r--r-- | share/templates/default/footer.tmpl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/templates/default/footer.tmpl b/share/templates/default/footer.tmpl index 03f0eaf..0905a8c 100644 --- a/share/templates/default/footer.tmpl +++ b/share/templates/default/footer.tmpl @@ -1,16 +1,11 @@ -cat <<END -<div class="footer"> -END - if [ "${TARBALL_INCLUDE}" = 'yes' ]; then cat <<END +<div class="footer"> Download all photos in original size <a href='${backhref}/${tarball_name}'>here</a><br /><br /> +</div> END fi -cat <<END -</div> - </body> </html> END |
