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:
parent
ad9701ba35
commit
03a524a11f
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue