Added option to set the title link location
This commit is contained in:
parent
24c122ec08
commit
c7b60faf18
2 changed files with 5 additions and 3 deletions
|
|
@ -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 = "/"
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue