This commit is contained in:
parent
8792d03f18
commit
294d1868de
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue