implement navbar logo changes to subpages and improve naming scheme
parent
35d083f221
commit
535edd86d1
|
@ -4,7 +4,7 @@
|
|||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body id="page-top">
|
||||
{{ partial "navpage.html" . }}
|
||||
{{ partial "page-nav.html" . }}
|
||||
|
||||
{{ partial "page-signatures.html" . }}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body id="page-top">
|
||||
{{ partial "navpage.html" . }}
|
||||
{{ partial "page-nav.html" . }}
|
||||
|
||||
{{ partial "page-signatures.html" . }}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body id="page-top">
|
||||
{{ partial "navpage.html" . }}
|
||||
{{ partial "page-nav.html" . }}
|
||||
|
||||
{{ partial "page-template.html" . }}
|
||||
|
||||
|
|
|
@ -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 }}
|
Loading…
Reference in New Issue