From d43b33fe16c5dafe8a3517705bf1112a081ced51 Mon Sep 17 00:00:00 2001 From: cdeck3r Date: Thu, 8 Aug 2019 10:59:22 +0200 Subject: changed absolute css paths to relatives in site's head --- README.md | 4 ++-- layouts/partials/head.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46be9c3..ed19974 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ This will certainly generate some personal insights and improve your activities # Demo and Examples -A demo can be found here [...](https://github.com/cdeck3r/OneDly-Theme) +Have a look at the [demo](http://cdeck3r.com/OneDly-Theme/). -Example files structuring a project are stored in theme's `exampleSite/content` directory. The `exampleSite` directory also contains a `config.toml` with default parameter settings. +The demo uses examples files. They structure a project and are stored in the theme's `exampleSite/content` directory. The `exampleSite` directory also contains a `config.toml` with default parameter settings. # Screenshot diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d680065..861f87c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,17 +18,17 @@ {{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }} - + - + - + -- cgit v1.2.3