From 03a524a11fa6e2200129983aa1a05da0c3b07fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Garunovi=C4=87?= Date: Sun, 1 Sep 2019 09:21:06 +0200 Subject: [PATCH] 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. --- layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) 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 @@ {{ partial "header/feeds.html" . }} + {{ partial "header/custom.html" }}