support webmentions #75
This commit is contained in:
parent
b89babe209
commit
723c94d0d4
2 changed files with 11 additions and 0 deletions
|
@ -27,6 +27,13 @@
|
|||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
|
||||
{{ if isset .Site.Params.webmentions "login" }}
|
||||
<link rel="webmention" href="https://webmention.io/{{.Site.Params.webmentions.login}}/webmention" />
|
||||
{{ if eq .Site.Params.webmentions.pingback true }}
|
||||
<link rel="pingback" href="https://webmention.io/{{.Site.Params.webmentions.login}}/xmlrpc" />
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
<!-- Article tags -->
|
||||
<!-- <meta property="article:published_time" content="">
|
||||
<meta property="article:modified_time" content="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue