Merge pull request #31 from was-up/fix_home_link

[Fix] Link to home in head partial.
This commit is contained in:
Vivek R 2019-11-04 15:22:33 +05:30 committed by GitHub
commit aa5f461c56
1 changed files with 1 additions and 1 deletions

View File

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