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.
This commit is contained in:
Miloš Garunović 2019-09-01 09:21:06 +02:00 committed by GitHub
parent ad9701ba35
commit 03a524a11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>