This commit is contained in:
Leandro Facchinetti 2021-03-14 21:52:23 +00:00
parent 8792d03f18
commit 294d1868de
2 changed files with 7 additions and 4 deletions

View File

@ -9,7 +9,9 @@
"keywords": [ "keywords": [
"newsletter", "newsletter",
"atom feeds", "atom feeds",
"news" "news",
"self-hosted",
"web application"
], ],
"author": "Leandro Facchinetti <kill-the-newsletter@leafac.com> (https://leafac.com)", "author": "Leandro Facchinetti <kill-the-newsletter@leafac.com> (https://leafac.com)",
"license": "MIT", "license": "MIT",

View File

@ -200,11 +200,12 @@ export default function killTheNewsletter(
<main>$${body}</main> <main>$${body}</main>
<footer> <footer>
<p> <p>
By <a href="https://leafac.com">Leandro Facchinetti</a> · By <a href="https://leafac.com">Leandro Facchinetti</a> ·
<a href="https://patreon.com/leafac">Patreon</a> ·
<a href="https://paypal.me/LeandroFacchinetti">PayPal</a> ·
<a href="https://github.com/leafac/kill-the-newsletter.com" <a href="https://github.com/leafac/kill-the-newsletter.com"
>Source</a >Source</a
> > ·
·
<a href="${webApplication.get("administrator")}" <a href="${webApplication.get("administrator")}"
>Report an issue</a >Report an issue</a
> >