summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--templates/footer.tmpl2
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 924b344..945d0a2 100644
--- a/README
+++ b/README
@@ -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); &lt;photos@paul.buetow.org&gt;
+Page generated at $(date) using Bash, ImageMagick and Git at $(uname); &lt;photoalbum@mx.buetow.org&gt;
</body>
</html>
END