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-11-04 12:52:33 +0300
committerGitHub <noreply@github.com>2019-11-04 12:52:33 +0300
commit8961042aa10efe8f6cbe320bc61f6b3ef5333cfb (patch)
tree82b853adae0c50247f7ae1fe40443b68842f0ee3
parenta7eca2baebf904470d9fd7ba6e25a030b9eff68d (diff)
parent64eafb28bd295316646a8025daa9dbc8605e895c (diff)
Merge pull request #31 from was-up/fix_home_link
[Fix] Link to home in head partial.
-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 d4b1427..2467747 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -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>