add src logo to base repo

master
Wouter Groeneveld 5 months ago
parent 554898b620
commit 6625efaebe

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

@ -1,9 +1,11 @@
<header>
{{ if .Title }}
{{ if (not .Params.disableComments) }}
<a href="/">
<svg class="logo" style="position: absolute; left: 2rem;"><title>Brain Baking home</title><use xlink:href='#logo'></use></svg>
</a>
{{ end }}
<h1 class="p-name" id="header">
{{ with .Params.icontag }}
<svg class='icon'><title>page type</title><use xlink:href='#{{ . }}'></use></svg>

Loading…
Cancel
Save