SandpointsTheme/layouts/partials/page-header.html

8 lines
371 B
HTML
Raw Normal View History

2025-04-18 12:05:39 +02:00
{{- $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>