Skip to content

Commit cdb3685

Browse files
committed
feat: add webmention links to header
1 parent af12291 commit cdb3685

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: partials/head.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
gtag('config', 'G-MNE4SWQ0L0');
1616
</script>
1717

18-
<meta charset="utf-8" />
19-
18+
<!-- Traditional Metadata -->
2019
<title>ripixel | {page} {subpage}</title>
20+
<meta charset="utf-8" />
2121
<meta name="description" content="{description}" />
2222
<meta name="author" content="James King" />
2323
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -37,10 +37,19 @@
3737
<!-- Autogenerated favicons meta data-->
3838
{meta.html}
3939

40+
<!-- Webmentions -->
41+
<link
42+
rel="webmention"
43+
href="https://webmention.io/www.ripixel.co.uk/webmention"
44+
/>
45+
<link rel="pingback" href="https://webmention.io/www.ripixel.co.uk/xmlrpc" />
46+
47+
<!-- Fonts -->
4048
<link
4149
href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Fredoka+One&family=Inconsolata:wght@300&display=swap"
4250
rel="stylesheet"
4351
/>
4452

53+
<!-- Styles -->
4554
<link rel="stylesheet" href="/styles.min.css" />
4655
</head>

0 commit comments

Comments
 (0)