mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Add experimental pagefind link in head
This commit is contained in:
parent
39b1d58672
commit
3ec6254cac
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
<meta property="dcterms.modified" content="{{ $modified.Format "2006-01-02T15:04:05Z07:00"}}"/>
|
<meta property="dcterms.modified" content="{{ $modified.Format "2006-01-02T15:04:05Z07:00"}}"/>
|
||||||
<link rel="canonical" href="{{ .Permalink }}" class="u-url"/>
|
<link rel="canonical" href="{{ .Permalink }}" class="u-url"/>
|
||||||
<link rel="schema.dcterms" href="http://purl.org/dc/terms/"/>
|
<link rel="schema.dcterms" href="http://purl.org/dc/terms/"/>
|
||||||
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="byJP"/>
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="{{ .Site.Title }}"/>
|
||||||
|
<link rel="search" type="application/pagefind" href="/search" title="{{ .Site.Title }}"/>
|
||||||
|
|
||||||
{{/* IndieWeb */}}
|
{{/* IndieWeb */}}
|
||||||
<link rel="webmention" href="https://webmention.io/www.byjp.me/webmention">
|
<link rel="webmention" href="https://webmention.io/www.byjp.me/webmention">
|
||||||
|
|
Loading…
Reference in a new issue