Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a0ce26a..fef91e6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -106,7 +106,7 @@
{{end}}
{{end}}
- {{with .Site.Params.googleAnalyticsUserID }}
+ {{with .Site.Params.googleAnalyticsUserID }}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -119,4 +119,8 @@
</script>
{{end}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js"></script>
+ {{with .Site.Params.webmention }}
+ <link rel="webmention" href="https://webmention.io/{{.}}/webmention">
+ <link rel="pingback" href="https://webmention.io/{{.}}/xmlrpc">
+ {{end}}
</head>