removed description from cookiecutter template

This commit is contained in:
Marvin Steadfast 2015-10-16 11:53:46 +02:00
parent 6dcf74d716
commit 8d9dd045c6
2 changed files with 1 additions and 3 deletions

View File

@ -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"
}

View File

@ -2,4 +2,3 @@ Title: {{cookiecutter.title}}
Date: {{cookiecutter.date}}
Slug: {{cookiecutter.slug}}
Tags: {{cookiecutter.tags}}
Description: {{cookiecutter.description}}