Skip to content

Commit 58ea83d

Browse files
authored
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
1 parent c8a3e59 commit 58ea83d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_includes/head/flattr.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<meta name="flattr:id" content="m05226">

_includes/head/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@
2727
{% endunless %}
2828

2929
{% include head/indie-auth.html %}
30+
31+
{% include head/flattr.html %}
3032
</head>

0 commit comments

Comments
 (0)