Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcdeck3r <cdecker@outlook.de>2019-08-08 11:59:22 +0300
committercdeck3r <cdecker@outlook.de>2019-08-08 11:59:22 +0300
commitd43b33fe16c5dafe8a3517705bf1112a081ced51 (patch)
tree95478939f74af9027eb16049d197614b807506b6
parent637ba41ba70e6753f74df402cee24dc7d81cb72e (diff)
changed absolute css paths to relatives in site's headv1.0.3
-rw-r--r--README.md4
-rw-r--r--layouts/partials/head.html6
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 @@
<title>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</title>
<!-- Bootstrap Core CSS -->
- <link href="/css/bootstrap.min.css" rel="stylesheet">
+ <link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
- <link href="/css/landing-page.css" rel="stylesheet">
+ <link href="css/landing-page.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Social Sharing buttons CSS -->
- <link href="/css/bootstrap-social.css" rel="stylesheet">
+ <link href="css/bootstrap-social.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->