diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-16 16:19:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-16 16:19:23 +0100 |
| commit | ec43839be3a80dd6665653f3ec2b18ae552ff74e (patch) | |
| tree | 0ccfec3979a8fae1cde3ec6cd3473719fe7a6bef | |
| parent | 58ffe8b146d3c78ff6cd2abb102c67b32ed56164 (diff) | |
| download | pragblog-ec43839be3a80dd6665653f3ec2b18ae552ff74e.tar.gz pragblog-ec43839be3a80dd6665653f3ec2b18ae552ff74e.zip | |
align subtitle
| -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 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 }} — </span>{{ end }}{{ .Title }}{{ if .IsHome }}<span class="show-on-large"> — 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 }} — </span>{{ end }}{{ .Title }}{{ if .IsHome }}<span class="hide-on-med-and-down"> — 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> |
