removed description from cookiecutter template
This commit is contained in:
parent
6dcf74d716
commit
8d9dd045c6
@ -2,6 +2,5 @@
|
||||
"repo_name": "content",
|
||||
"title": "Title",
|
||||
"slug": "slug-used-for-url-and-filename",
|
||||
"tags": "tags, goes, here",
|
||||
"description": "used for twitter cards"
|
||||
"tags": "tags, goes, here"
|
||||
}
|
||||
|
@ -2,4 +2,3 @@ Title: {{cookiecutter.title}}
|
||||
Date: {{cookiecutter.date}}
|
||||
Slug: {{cookiecutter.slug}}
|
||||
Tags: {{cookiecutter.tags}}
|
||||
Description: {{cookiecutter.description}}
|
||||
|
Loading…
Reference in New Issue
Block a user