We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950d816 commit 1631e63Copy full SHA for 1631e63
src/pages/posts/[...slug].astro
@@ -111,8 +111,10 @@ const jsonLd = {
111
{licenseConfig.enable && <License title={entry.data.title} slug={entry.slug} pubDate={entry.data.published} class="mb-6 rounded-xl license-container onload-animation"></License>}
112
113
<center>
114
- <a class="plausible-event-name=Kofi+Click" href="https://ko-fi.com/belfardev" target="_blank">
115
- <Image src={kofiButton} width="450px" alt="Support me on Ko-fi!" />
+ <a href="https://ko-fi.com/belfardev" target="_blank">
+ <button class="plausible-event-name=Kofi+Click">
116
+ <Image src={kofiButton} width="450px" alt="Support me on Ko-fi!" />
117
+ </button>
118
</a>
119
</center>
120
</div>
0 commit comments