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

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Tran <hoang.huy.tran@gmail.com>2019-10-25 00:58:47 +0300
committerGitHub <noreply@github.com>2019-10-25 00:58:47 +0300
commit684779a86362678dcf1799e562190d9819246e8c (patch)
treef32c69c35eaa5e8aa7e8e48cacc918399b8c51a2
parent0fc1d4a20d0166e0ae3b48da4d1b2ae2a16c095b (diff)
parent03a524a11fa6e2200129983aa1a05da0c3b07fd0 (diff)
Merge pull request #84 from milosgarunovic/patch-1
update header to have custom css style
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4bbc0f5..4d918e1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -11,4 +11,5 @@
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
{{ partial "header/feeds.html" . }}
+ {{ partial "header/custom.html" }}
</head>