summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authoramzrk22020-04-13 23:33:25 +0800
committeramzrk22020-04-13 23:33:25 +0800
commit9ee6dcd1dba6beb8ae997e80f8bf5572d49aa4de (patch)
treedd32d8d80b57f889a5c3b346d469e87338c7df31 /exampleSite/config.toml
parent3078d570f6781b24b34e7793dd7d0394cb77b01f (diff)
downloadhugo-theme-fuji-9ee6dcd1dba6beb8ae997e80f8bf5572d49aa4de.tar.gz
hugo-theme-fuji-9ee6dcd1dba6beb8ae997e80f8bf5572d49aa4de.tar.bz2
hugo-theme-fuji-9ee6dcd1dba6beb8ae997e80f8bf5572d49aa4de.zip
Use hooks to let in-post links open in new tab
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 46f0eb8..9d0f65c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,7 +10,7 @@ summaryLength = 100 # Custom cummary length, add <!--more--> in post file to cus
paginate = 10
[permalinks]
- post = "/:title/" # Custom post links, e.g. "/:year/:month/:title/"
+ post = "/:filename/" # Custom post links, e.g. "/:year/:month/:title/"
[params]
subTitle = "This is a Sub Title"