We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153ef40 commit d48dee9Copy full SHA for d48dee9
1 file changed
lib/jola_dev_web/controllers/blog_html/show.html.heex
@@ -29,7 +29,11 @@
29
Written by <.link href="/about" class="underline">{@post.author}</.link>. Thoughts on this post? Find me on Bluesky at <.link
30
href="https://bsky.app/profile/jola.dev"
31
class="underline"
32
- >@jola.dev</.link>.
+ >@jola.dev</.link>. If you like my writing, consider
33
+ <.link href="https://github.com/sponsors/joladev" class="underline text-accent">
34
+ supporting me on Github Sponsors
35
+ </.link>
36
+ and get a monthly newsletter with content from my blog.
37
</p>
38
39
<section :if={@related_posts != []} class="mt-16 pt-8 border-t border-border">
0 commit comments