Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2020-03-29 15:36:09 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-08-11 15:02:35 +0300
commit44d83261cf70da605e684189617127fea3ce60a2 (patch)
tree1e0d0b6772e2ccded6abb9980c654332e83c9201 /exampleSite
parent7a962f4f4d078afa31132f8f9b47206c5f8753a3 (diff)
Fix post to posts migration
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 21720d7..3fb4277 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,7 +23,7 @@ paginate = 7
canonifyurls = true
[permalinks]
- post = "/:year/:month/:slug/"
+ posts = "/:year/:month/:slug/"
[taxonomies]
tag = "tags"