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 a5f97fb commit 950d816Copy full SHA for 950d816
src/pages/posts/[...slug].astro
@@ -111,7 +111,7 @@ 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 href="https://ko-fi.com/belfardev" target="_blank">
+ <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!" />
116
</a>
117
</center>
0 commit comments