mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Permalink without year-month
This commit is contained in:
parent
f83e54e786
commit
26a1a97082
10 changed files with 491 additions and 21 deletions
|
|
@ -10,6 +10,9 @@ blog.tagline = "Just another HTMLy blog"
|
|||
blog.description = "Proudly powered by HTMLy, a databaseless blogging platform."
|
||||
blog.copyright = "(c) Your name."
|
||||
|
||||
; Set permalink type. "default" using /year/month/title. "post" using /post/title
|
||||
permalink.type = "default"
|
||||
|
||||
; Show the /blog url as the blog homepage
|
||||
blog.enable = "false"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue