diff --git a/config/main.go b/config/main.go
index 3c290eb..7019647 100644
--- a/config/main.go
+++ b/config/main.go
@@ -18,4 +18,5 @@ type Config struct {
SMTPSender string
RequestsPerMinute int
CacheParameter string
+ CacheMaxAge int
}
diff --git a/dist/templates/footer.html b/dist/templates/footer.html
index 3617488..d4fa9ac 100644
--- a/dist/templates/footer.html
+++ b/dist/templates/footer.html
@@ -3,7 +3,7 @@
Fork this project on GitHub | Created by Markus Tenghamn
-
+
{{ template "tracking.html" }}