Merge pull request #52 from komish/add-baseURL-to-head

adding base tag to header to fix static file linking
This commit is contained in:
Vivek R 2020-05-24 06:48:05 +00:00 committed by GitHub
commit 706e712b37
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<div class="header">
<base href="{{ .Site.BaseURL }}">
<h1 class="site-title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<div class="site-description">
{{- if isset .Site.Params "subtitle" -}}