We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa9e8d commit ff530adCopy full SHA for ff530ad
_includes/main.html
@@ -6,6 +6,8 @@
6
{%- capture pagetitle %}{% if title %}{{ title }} –{% endif %} Web Components Guide{% endcapture %}
7
<title>{{ pagetitle }}</title>
8
<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" />
11
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
12
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
13
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
0 commit comments