7 lines
371 B
HTML
7 lines
371 B
HTML
{{- $home := site.GetPage site.Params.Sandpoints.home -}}
|
|
<div class="header">
|
|
<a class="home" href="{{- $home.RelPermalink -}}">{{ $home.Title }}</a>
|
|
<a title="{{ $home.Title }}'s Bibliotheke" href="{{ "/library/BROWSE_LIBRARY.html" | relURL }}" class="bibliotheke" target="_blank">
|
|
<img src="{{ "/images/bibliotheke.svg" | relURL }}" />
|
|
</a>
|
|
</div>
|