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

github.com/AngeloStavrow/indigo.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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 7c07bcd..5900d2c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -26,6 +26,10 @@
<link rel="microsub" href="{{ . }}" />{{ end }}
{{ with .Site.Params.endpoints.Webmention}}
<link rel="webmention" href="{{ . }}" />{{ end }}
+ {{ with .Site.Params.paymentPointer }}
+ <!-- Web Monetization payment pointer -->
+ <meta name="monetization" content={{ . }}>
+ {{ end }}
<!-- Other stuff to make the site work -->
<link rel="stylesheet" href={{ "css/fonts.css" | absURL }} />
<link rel="stylesheet" href={{ "css/style.css" | absURL }} />