diff options
| -rw-r--r-- | themes/flog/layouts/partials/header.html | 2 |
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 }} — {{ end }}{{ .Title }}</a> <a href="#" data-activates="slide-sections" class="button-collapse"> <i><img src="/fonts/icons/ic_menu_white_36px.svg"></i> </a> |
