mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-27 14:12:09 +00:00
9 lines
375 B
HTML
9 lines
375 B
HTML
|
{{ define "main" -}}
|
||
|
{{- $canonicalRelPermalink := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
|
||
|
<main itemprop="mainEntity" itemscope="" itemtype="https://schema.org/SearchResultsPage" itemid="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}">
|
||
|
{{ partial "search.html" . }}
|
||
|
<hr />
|
||
|
{{ readFile "/dynamic/search-results.html" | safeHTML }}
|
||
|
</main>
|
||
|
{{ end }}
|