diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 13:44:42 +0000 |
| commit | e88eea122ee112e63f7e544fd777ca8ab4cee323 (patch) | |
| tree | 3e9f7af4b1d318b37b7eb2b99f8a011a88d50bc1 /share/templates/default/footer.tmpl | |
| parent | 66c34c39d75d73159fe82c1d07961e0505fc8d6c (diff) | |
improve CSS styles - also add animationsdevelop
Diffstat (limited to 'share/templates/default/footer.tmpl')
| -rw-r--r-- | share/templates/default/footer.tmpl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/templates/default/footer.tmpl b/share/templates/default/footer.tmpl index b3ce543..e1139c5 100644 --- a/share/templates/default/footer.tmpl +++ b/share/templates/default/footer.tmpl @@ -1,19 +1,16 @@ cat <<END -</div> -END - -cat <<END <div class="footer"> END if [ "${TARBALL_INCLUDE}" = 'yes' ]; then cat <<END - Download all photos in original size <a href='${backhref}/${tarball_name}'>here</a><br /><br /> + Download all photos in original size <a href='${backhref}/${tarball_name}'>here</a><br /><br /> END fi cat <<END - Page generated at $(date) using Bash and ImageMagick at $(uname); <photoalbum@dev.buetow.org> + Page generated at $(date) using Bash+ImageMagick - + <a href="https://codeberg.org/foozone/photoalbum">codeberg.org/foozone/photoalbum</a> </div> </body> |
