summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2033873..0c71c2e 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;">{{ if not .IsHome }}<span class="hide-on-small-only">{{ .Site.Title }} &mdash; </span>{{ end }}{{ .Title }}{{ if .IsHome }}<span class="show-on-large"> &mdash; Der Foodblog</span>{{ end }}</a>
+ <a href="/" class="brand-logo" style="margin-left: 1rem;">{{ if not .IsHome }}<span class="hide-on-small-only">{{ .Site.Title }} &mdash; </span>{{ end }}{{ .Title }}{{ if .IsHome }}<span class="hide-on-med-and-down"> &mdash; Der Foodblog</span>{{ end }}</a>
<a href="#" data-activates="slide-sections" class="button-collapse">
<i><img src="/fonts/icons/ic_menu_white_36px.svg"></i>
</a>