fix: readability fixes

This commit is contained in:
Vivek R
2019-10-22 15:54:46 +05:30
parent 4f0c28af2e
commit 3bb3f06886
3 changed files with 18 additions and 10 deletions

View File

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