diff options
| -rw-r--r-- | README | 5 | ||||
| -rw-r--r-- | templates/footer.tmpl | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -2,6 +2,7 @@ TOC: 01. HELLO WORLD 02. QUICK START GUIDE 03. CONFIGURATION +04. HTML TEMPLATES 01. HELLO WORLD @@ -19,3 +20,7 @@ photoalbum is a minimal bash script for linux to generate static web photo album Edit the script header. +04. HTML TEMPLATES + +Go to the ./templates directory and edit them as wished. + diff --git a/templates/footer.tmpl b/templates/footer.tmpl index 1e3bb5e..f917970 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -1,7 +1,7 @@ cat <<END </p> <hr /> -Page generated at $(date) using Bash, ImageMagick and Git at $(uname); <photos@paul.buetow.org> +Page generated at $(date) using Bash, ImageMagick and Git at $(uname); <photoalbum@mx.buetow.org> </body> </html> END |
