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

github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemek Smyrdek <przemek.smyrdek@gmail.com>2019-01-14 19:49:49 +0300
committerJeremiah Succeed <ikwuje24@gmail.com>2019-01-14 19:49:49 +0300
commitfadb8d823b379021c9e0c88fde3d765f84ff40a9 (patch)
tree4d75188c86333309428fd67214ff5e1f6123ec6c
parent8ce61c23d8812b0a8ef63f9b294ed1d5ec0799c9 (diff)
Fix bug with custom css (#1)
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 6b1e0d9..b24826f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ "css/style.css" | absURL }}">
<link rel="stylesheet" href="{{ "css/highlight.css" | absURL }}">
{{ if .Site.Params.customCSS }}
- {{ partials "css.html" . }}
+ {{ partial "css.html" . }}
{{ end }}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">