From 02e487a72d9af883714d9e7fdadf72445bbfd775 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 14:04:16 -0500 Subject: fix permalinks --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index fad240c..e5e9704 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,9 @@ copyright = "" # default: author.name ↓ # 默认为下面配 [author] # essential # 必需 name = "Julio Capote" +[permalinks] + post = "/blog/:year/:month/:day/:title/" + [sitemap] # essential # 必需 changefreq = "weekly" priority = 0.5 -- cgit v1.2.3