From 58ea83d1a4936fcb1dc7d34eaff2bbb20f9ebdaf Mon Sep 17 00:00:00 2001 From: Glenn 'devalias' Grant Date: Sun, 29 Jan 2023 09:33:35 +1100 Subject: [PATCH] add flattr meta tag to verify domain ownership (#107) - add _includes/head/flattr.html - required for verifying domain ownership - include head/flattr.html in _includes/head/head.html --- _includes/head/flattr.html | 1 + _includes/head/head.html | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 _includes/head/flattr.html diff --git a/_includes/head/flattr.html b/_includes/head/flattr.html new file mode 100644 index 000000000..2003c9e67 --- /dev/null +++ b/_includes/head/flattr.html @@ -0,0 +1 @@ + diff --git a/_includes/head/head.html b/_includes/head/head.html index 8a5421f0e..ad73bdfe9 100755 --- a/_includes/head/head.html +++ b/_includes/head/head.html @@ -27,4 +27,6 @@ {% endunless %} {% include head/indie-auth.html %} + + {% include head/flattr.html %}