Skip to content

Commit

Permalink
add flattr meta tag to verify domain ownership (#107)
Browse files Browse the repository at this point in the history
- add _includes/head/flattr.html
  - required for verifying domain ownership
- include head/flattr.html in _includes/head/head.html
  • Loading branch information
0xdevalias committed Jan 28, 2023
1 parent c8a3e59 commit 58ea83d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/head/flattr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta name="flattr:id" content="m05226">
2 changes: 2 additions & 0 deletions _includes/head/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
{% endunless %}

{% include head/indie-auth.html %}

{% include head/flattr.html %}
</head>

0 comments on commit 58ea83d

Please sign in to comment.