Browse Source

added url regex substitutions for categories

pull/1/head
lidia pereira 5 years ago
parent
commit
b9182c3159
  1. 3
      pelicanconf.py

3
pelicanconf.py

@ -53,5 +53,8 @@ MENUITEMS = [('Manifesto', '/')]
DELETE_OUTPUT_DIRECTORY = True
SLUG_REGEX_SUBSTITUTIONS = [
(r'\s', '-'),]
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True

Loading…
Cancel
Save