Skip to content
Snippets Groups Projects
Commit 082575fd authored by Vincent Manuel Menke's avatar Vincent Manuel Menke
Browse files

debug

parent 6f53ec24
No related branches found
No related tags found
No related merge requests found
Pipeline #198425 passed
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
// Nav. // Nav.
// Bar. // Bar.
let logo = $('#myLogo') let logo = $('#logo')
$( $(
'<div id="titleBar">' + '<div id="titleBar">' +
'<a href="#navPanel" class="toggle"></a>' + '<a href="#navPanel" class="toggle"></a>' +
......
...@@ -2,10 +2,9 @@ ...@@ -2,10 +2,9 @@
{{ if .Site.IsMultiLingual }} {{ if .Site.IsMultiLingual }}
{{- partial "languages.html" . }} {{- partial "languages.html" . }}
{{- end -}} {{- end -}}
<h1 id="logo_container"> <h1><a href="{{ .Site.BaseURL }}" id="logo">
<a id="myLogo" href="{{ .Site.BaseURL }}">
{{- if .Site.Data.globalheader.image }} {{- if .Site.Data.globalheader.image }}
<img src="{{ .Site.Data.globalheader.image | relURL }}" alt="{{ .Site.Data.globalheader.image_alt }}" id="logo_img"/> <img src="{{ .Site.Data.globalheader.image | relURL }}" alt="{{ .Site.Data.globalheader.image_alt }}" />
{{- end }} {{- end }}
{{ with .Site.Data.globalheader.title }}{{ . | markdownify }}{{ else }}{{ .Site.Title }}{{ end }} {{ with .Site.Data.globalheader.title }}{{ . | markdownify }}{{ else }}{{ .Site.Title }}{{ end }}
</a></h1> </a></h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment