accept webmentions
This commit is contained in:
parent
4fd7d84181
commit
f3acd4bf1e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ title: Joshua's Homepage
|
||||||
<link rel="stylesheet" href="{{ "/site.css" | url }}?modified={{buildTime}}"/>
|
<link rel="stylesheet" href="{{ "/site.css" | url }}?modified={{buildTime}}"/>
|
||||||
<link rel="preload" media="(prefers-color-scheme: light)" href="{{ "./cloud.png" | url }}" as="image" />
|
<link rel="preload" media="(prefers-color-scheme: light)" href="{{ "./cloud.png" | url }}" as="image" />
|
||||||
<link rel="preload" media="(prefers-color-scheme: dark)" href="{{ "./cloud-night.png" | url }}" as="image" />
|
<link rel="preload" media="(prefers-color-scheme: dark)" href="{{ "./cloud-night.png" | url }}" as="image" />
|
||||||
|
<link rel="webmention" href="https://webmention.io/joshua.seigler.net/webmention" />
|
||||||
<title>{{ computedTitle }} - {{ site.title }}</title>
|
<title>{{ computedTitle }} - {{ site.title }}</title>
|
||||||
<meta name="description" content="{{ description }}" />
|
<meta name="description" content="{{ description }}" />
|
||||||
<meta property="og:title" content="{{ computedTitle }}" />
|
<meta property="og:title" content="{{ computedTitle }}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue