implement navbar logo changes to subpages and improve naming scheme

lektura
max.mehl 2017-06-20 21:02:44 +02:00
parent 35d083f221
commit 535edd86d1
4 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@
{{ partial "head.html" . }}
</head>
<body id="page-top">
{{ partial "navpage.html" . }}
{{ partial "page-nav.html" . }}
{{ partial "page-signatures.html" . }}

View File

@ -4,7 +4,7 @@
{{ partial "head.html" . }}
</head>
<body id="page-top">
{{ partial "navpage.html" . }}
{{ partial "page-nav.html" . }}
{{ partial "page-signatures.html" . }}

View File

@ -4,7 +4,7 @@
{{ partial "head.html" . }}
</head>
<body id="page-top">
{{ partial "navpage.html" . }}
{{ partial "page-nav.html" . }}
{{ partial "page-template.html" . }}

View File

@ -10,7 +10,8 @@
<span class="icon-bar"></span>
</button>
{{ with .Site.Params.navigation.brand }}
<a class="navbar-brand page-scroll" href="#page-top">{{ . | markdownify }}</a>
<img src="../img/logo-header.png" alt="Logo" />
<!--<a class="navbar-brand page-scroll" href="#page-top">{{ . | markdownify }}</a>-->
{{ end }}
</div>
{{ "<!-- Collect the nav links, forms, and other content for toggling -->" | safeHTML }}