🎲 Surprise me! has graduated from beta to the official directory. It's a "take me to a random post" plug-in for your blog. Pretty fun!
And, in case you missed it, ✍️ Reply by email is there as well.
🎲 Surprise me! has graduated from beta to the official directory. It's a "take me to a random post" plug-in for your blog. Pretty fun!
And, in case you missed it, ✍️ Reply by email is there as well.
@sod Is there a way to get more "breathing space" between the end of my article and the "reply by email" link?
@canion Yes, absolutely. The first thing to try is wrapping the partial call inside a paragraph (p
element). In this way:
<p>{{ partial "reply-by-email.html" . }}</p>
That should result in the same amount of breathing space text paragraphs have between them. If that's not enough, there's also CSS for flexible styling. But give the above a try first, and let me know how it goes.
@canion Your question improved my documentation; there's a Customize the look and feel section now. Thanks!