summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-11-13 13:25:39 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-11-13 13:25:39 +0100
commit63e43c0811c4473cde85f2ad727bdda8d31a6756 (patch)
tree42ff8ea3cae123831a4930f3c96b6e273775cfd1
parentff77a76e3350de511d4ce383231cd1bb5ac3d6bd (diff)
downloadpragblog-63e43c0811c4473cde85f2ad727bdda8d31a6756.tar.gz
pragblog-63e43c0811c4473cde85f2ad727bdda8d31a6756.zip
always show title in header
-rw-r--r--themes/flog/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html
index 8d9c1e6..0f00ed9 100644
--- a/themes/flog/layouts/partials/header.html
+++ b/themes/flog/layouts/partials/header.html
@@ -14,7 +14,7 @@
<header class="navbar-fixed">
<nav class="black">
<div class="nav-wrapper">
- <a href="/" class="brand-logo" style="margin-left: 1rem;">{{ .Title }}</a>
+ <a href="/" class="brand-logo" style="margin-left: 1rem;">{{ if not .IsHome }}{{ .Site.Title }} &mdash; {{ end }}{{ .Title }}</a>
<a href="#" data-activates="slide-sections" class="button-collapse">
<i><img src="/fonts/icons/ic_menu_white_36px.svg"></i>
</a>