1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 22:15:32 -04:00

add simple license and privacy policy pages

silly but certain things require these. also added some sitemap priorities to other miscellaneous pages.
This commit is contained in:
2020-04-28 18:53:15 -04:00
parent e478c76e2d
commit 17501e8c34
19 changed files with 250 additions and 405 deletions

View File

@@ -170,6 +170,18 @@
status = 301
# More miscellaneous mirrors/redirects:
[[redirects]]
from = "/resume"
to = "/resume.pdf"
status = 302
[[redirects]]
from = "/license.txt"
to = "/license/"
status = 301
[[redirects]]
from = "/privacy.html"
to = "/privacy/"
status = 301
[[redirects]]
from = "/favicon.ico"
to = "/img/favicon.ico"