feat(permalinks): use post title, not filename
hides the "ordering" prefixpull/4/head
parent
c30dbec578
commit
a2e8a37290
|
|
@ -19,5 +19,8 @@ footnoteReturnLinkContents = "^"
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
|
||||||
|
[permalinks]
|
||||||
|
posts = '/:title/'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "a blog for friends of mineral town"
|
description = "a blog for friends of mineral town"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue