fixed cookiecutter typo
This commit is contained in:
parent
eb4c31f3d7
commit
a9b42fdc92
@ -3,5 +3,5 @@
|
||||
"title": "Title",
|
||||
"slug": "{{ cookiecutter.title|lower|replace(' - ', ' ')|replace(' ', '-')|replace(':', '')|replace(',', '')|replace('ä', 'ae')|replace('ö', 'oe')|replace('ü', 'ue')|replace('ß', 'ss') }}",
|
||||
"tags": "tags, goes, here",
|
||||
"date": "{{ cookieicutter. date }}"
|
||||
"date": "{{ cookieicutter.date }}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user