commit 67177aad36e0559cb862213dfded881fe85a2873
parent 1444d5781290ef6abf1284159eb742b0b0aeb136
Author: Hugo Soucy <hugo@soucy.cc>
Date: Tue, 3 Oct 2017 10:22:17 -0400
Add the webmention.io link tag.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/mustache/partials/head.mustache b/templates/mustache/partials/head.mustache
@@ -11,6 +11,7 @@
<link href="{{ BASE_URL }}/feed.atom.xml" rel="alternate" title="Feed de tous les contenus" type="application/atom+xml" />
<link rel="webmention" href="https://webmention.herokuapp.com/api/webmention" />
+ <link rel="webmention" href="https://webmention.io/hugo.soucy.cc/webmention" />
<link rel="me" href="http://shr.soucy.cc/" />
<link rel="me" href="https://bandcamp.com/hs0ucy" />
@@ -18,6 +19,7 @@
<link rel="me" href="http://twitter.com/hs0ucy" />
<link rel="me" href="https://github.com/hs0ucy" />
<link rel="me" href="sms:+15819966481" />
+
<link href="http://assets.soucy.cc/images/hugosoucy/favicon/hs-autoportrait-2010-nb-favion-32x32.png" rel="icon" type="image/png" />
<link href="{{ permalink }}" hreflang="{{ SITE_LANGUAGE }}" rel="canonical" />