diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-26 17:34:17 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-26 17:34:17 +0200 |
| commit | 9b5b232284141fd02e4c8c6b049d0ec4b3d6083c (patch) | |
| tree | 4cd6225d6cd6202d7c4070e30a765c9e07ff5330 /layouts/partials | |
| parent | 4556a4ec7753a8cf85e0568e245dc3e7328bc708 (diff) | |
| download | blog-9b5b232284141fd02e4c8c6b049d0ec4b3d6083c.tar.gz blog-9b5b232284141fd02e4c8c6b049d0ec4b3d6083c.zip | |
change date format and page titles
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1881eff..1cd31d2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -16,7 +16,7 @@ <div class="header-logo"> <a href="/"><img src="{{ .Site.Params.logo }}" alt="{{ .Site.Title }}"></a> </div> - {{ if eq $isHomePage true }}<h1 class="site-title">{{ .Site.Title }}</h1>{{ end }} + <h1 class="site-title">{{ .Site.Title }}</h1> </header> <div class="container"> <div class="row"> |
