commit 309d251ddad3b69fdcb852fcb75404a197462cf6
parent 63db533ee5f2d1d07490c3f53cdabc7b7637ecb3
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 19 Mar 2017 11:15:15 -0400
Remove the webmention.io link.
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/templates/mustache/partials/head.mustache b/templates/mustache/partials/head.mustache
@@ -6,11 +6,10 @@
<title>$pagetitle$ — {{ SITE_DOMAINNAME }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <script src="{{ BASE_URL }}/js/vendor/modernizr-3.3.1-custom.min.js" async></script>
+ <script src="{{ BASE_URL }}/js/vendor/modernizr-3.3.1-custom.min.js" async="async"></script>
<link rel="stylesheet" href="{{ BASE_URL }}/css/styles.min.css" />
- <!-- webmention.io -->
- <link rel="webmention" href="https://webmention.io/hugo.soucy.cc/webmention" />
+ <!-- webmention -->
<link rel="webmention" href="https://webmention.herokuapp.com/api/webmention" />
<link rel="me" href="http://shr.soucy.cc/" />