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:
authorMiloš Garunović <milos.garunovic@gmail.com>2019-09-01 10:21:06 +0300
committerGitHub <noreply@github.com>2019-09-01 10:21:06 +0300
commit03a524a11fa6e2200129983aa1a05da0c3b07fd0 (patch)
treee3b32649e30c99671d7d2200de43e52714f3d031
parentad9701ba35f647dbbc03bbddbdab6a835a61031c (diff)
update header to have custom css style
The issue I had was that I wanted to have image caption in center and couldn't find any way to make it work without modifying the theme. This way users can automatically create custom headers, link stylesheets and similar. P.S. I'm no front end developer, if there's a better way to do something like this, it would be awesome to let people know.
-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>