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.** 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 }}