Add latest shortlink functionality, disable browser cache for redirects, fix baseurl retrieval

This commit is contained in:
132ikl 2019-04-20 19:28:01 -04:00
parent 62edb23d59
commit 9800858fb3
2 changed files with 46 additions and 16 deletions

View file

@ -54,6 +54,12 @@ site_domain:
# Default: unset
subdomain:
# String: URL which takes you to the most recent short URL's destination
# Short URLs cannot be created with this string if set
# Default: l
latest: 'l'
# Boolean: Show link to project repository on GitHub at bottom right corner of page
# Default: true
show_github_link: true