mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 04:35:31 -04:00
change a BUNCH of if's to with's to prepare for theme extraction
This commit is contained in:
@@ -25,11 +25,15 @@
|
||||
# Support ancient RSS subscriptions from WordPress era:
|
||||
[[redirects]]
|
||||
from = "/feed"
|
||||
to = "/index.xml"
|
||||
to = "/feed.xml"
|
||||
status = 301
|
||||
[[redirects]]
|
||||
from = "/rss"
|
||||
to = "/index.xml"
|
||||
to = "/feed.xml"
|
||||
status = 301
|
||||
[[redirects]]
|
||||
from = "/index.xml"
|
||||
to = "/feed.xml"
|
||||
status = 301
|
||||
|
||||
# Mirror Y2K site from GitHub Pages:
|
||||
|
Reference in New Issue
Block a user