Skip to content

Commit ff530ad

Browse files
committed
add webmention/pingback links
1 parent 3fa9e8d commit ff530ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/main.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{%- capture pagetitle %}{% if title %}{{ title }} –{% endif %} Web Components Guide{% endcapture %}
77
<title>{{ pagetitle }}</title>
88
<link rel="pgpkey authn" href="/key.gpg" />
9+
<link rel="webmention" href="https://webmention.io/webcomponents.guide/webmention" />
10+
<link rel="pingback" href="https://webmention.io/webcomponents.guide/xmlrpc" />
911
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
1012
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
1113
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />

0 commit comments

Comments
 (0)