From 7b7b86245959facb53c73bf16d8df590425834d7 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Sun, 26 Feb 2017 00:36:56 +0100 Subject: [PATCH 1/2] Small fix on the exampleSite image --- exampleSite/content/blog/example-of-an-article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/blog/example-of-an-article.md b/exampleSite/content/blog/example-of-an-article.md index 0149b3b..e7692a0 100644 --- a/exampleSite/content/blog/example-of-an-article.md +++ b/exampleSite/content/blog/example-of-an-article.md @@ -13,7 +13,7 @@ best: true **This theme includes a tranparent way to defer images. This can be enabled/disabled in the `config.toml`.** -![image](/img/startup.jpg) +![image](../../img/startup.jpg) **You will just have to do two images : the normal, and a low resolution one.** From 44fc89062e700dc1ae86ad0c1185e46d6abcf749 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Sun, 26 Feb 2017 13:20:59 +0100 Subject: [PATCH 2/2] Fix extracssfiles --- layouts/partials/head_includes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 73cc7ad..85d703c 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -11,9 +11,9 @@ {{ end }} -{{range .Site.Params.extracssfiles}} - -{{end}} +{{ range .Site.Params.extracssfiles }} + +{{ end }} {{ if .RSSLink }} -{{ end }} \ No newline at end of file +{{ end }}