From 2480703ba150ab7c80a658ec9cf69a1374c22626 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 28 Jan 2019 13:57:14 +0000 Subject: [PATCH] Move template files to _templates folders --- _posts/{ => _template}/2019-01-01-article-name.md | 2 +- .../2019-01-01-article-name--cover.jpg | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename _posts/{ => _template}/2019-01-01-article-name.md (65%) rename images/{ => _template}/2019-01-01-article-name--cover.jpg (100%) diff --git a/_posts/2019-01-01-article-name.md b/_posts/_template/2019-01-01-article-name.md similarity index 65% rename from _posts/2019-01-01-article-name.md rename to _posts/_template/2019-01-01-article-name.md index 35cca1e..7d44221 100644 --- a/_posts/2019-01-01-article-name.md +++ b/_posts/_template/2019-01-01-article-name.md @@ -2,7 +2,7 @@ title: Title date: 2019-01-01 7:01 authors: Name -image-caption: A brass statue of a child, in a garden +image-caption: A caption for the cover image layout: article categories: articles --- diff --git a/images/2019-01-01-article-name--cover.jpg b/images/_template/2019-01-01-article-name--cover.jpg similarity index 100% rename from images/2019-01-01-article-name--cover.jpg rename to images/_template/2019-01-01-article-name--cover.jpg