Added option to set the title link location

This commit is contained in:
Reuh 2017-02-07 22:17:46 +01:00
parent 24c122ec08
commit c7b60faf18
2 changed files with 5 additions and 3 deletions

View file

@ -28,5 +28,7 @@ return {
-- Cached pages lifetime
cacheDuration = 3600, -- 1 hour
-- Time interval to remove expired cache entries (seconds)
cacheCleanInterval = 3600 -- 1 hour
cacheCleanInterval = 3600, -- 1 hour
-- Tile link location (the big "vrel" on the top right of the page)
titleLink = "/"
}