Remove slash from URLs
This commit is contained in:
parent
79bec9ca8e
commit
2b53af7f50
2 changed files with 6 additions and 3 deletions
|
@ -3,9 +3,12 @@ baseURL = "https://miraikumiko.com"
|
|||
theme = "hugo-bearcub"
|
||||
copyright = "Mirai Kumiko (CC BY 4.0)"
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
# Generate a nice robots.txt for SEO
|
||||
enableRobotsTXT = true
|
||||
uglyURLs = true
|
||||
|
||||
[permalinks]
|
||||
blog = "/blog/:slug"
|
||||
photos = "/photos/:slug"
|
||||
|
||||
# Setup syntax highlighting without inline styles. For more information about
|
||||
# why you'd want to avoid inline styles, see
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fb01daeb1e92fd81eb3b55b74a25d5bb9686352b
|
||||
Subproject commit dcfa770f2c7ae347a36d05c8530cdeb733a7fbc5
|
Loading…
Add table
Add a link
Reference in a new issue