1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

re-organize templates (use baseof.html)

This commit is contained in:
2019-12-02 18:47:44 -05:00
parent e8bf1881c8
commit 0b62be6226
22 changed files with 202 additions and 209 deletions

View File

@@ -54,6 +54,10 @@
from = "/comp20/*"
to = "https://jakejarvis.github.io/comp20/:splat"
status = 200
[[redirects]]
from = "/candies/*"
to = "https://jakejarvis.github.io/candies/:splat"
status = 200
[[redirects]]
from = "/awesome/*"
to = "https://jakejarvis.github.io/synonyms-for-awesome/:splat"