Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-10-22 13:24:46 +0300
committerVivek R <vividvilla@gmail.com>2019-10-22 13:32:29 +0300
commit3bb3f06886189baa9319c7f386774bec5ebc6f0c (patch)
tree4466f2f582194bad7c83c976433eb0321a904507 /layouts
parent4f0c28af2e9c9bb6a3a779013dfcff632545262b (diff)
fix: readability fixes
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 242c9b2..d4b1427 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -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>