From da7658830c20bfbb8b72a9a4573d66c51e72e65f Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Wed, 4 Jan 2017 02:01:20 +0100 Subject: [PATCH] Move the fixed folder at the root of the exampleSite --- exampleSite/content/{fixed => }/about.md | 0 exampleSite/content/{fixed => }/projects.md | 0 layouts/blog/single.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename exampleSite/content/{fixed => }/about.md (100%) rename exampleSite/content/{fixed => }/projects.md (100%) diff --git a/exampleSite/content/fixed/about.md b/exampleSite/content/about.md similarity index 100% rename from exampleSite/content/fixed/about.md rename to exampleSite/content/about.md diff --git a/exampleSite/content/fixed/projects.md b/exampleSite/content/projects.md similarity index 100% rename from exampleSite/content/fixed/projects.md rename to exampleSite/content/projects.md diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 8c99bb6..3ed9559 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -6,7 +6,7 @@
{{ partial "page-heading" . }} - +
{{ .Date.Format .Site.Params.dateform }}