Skip to content

Commit 950d816

Browse files
committed
add plausible kofi button tracking class
1 parent a5f97fb commit 950d816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/posts/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const jsonLd = {
111111
{licenseConfig.enable && <License title={entry.data.title} slug={entry.slug} pubDate={entry.data.published} class="mb-6 rounded-xl license-container onload-animation"></License>}
112112

113113
<center>
114-
<a href="https://ko-fi.com/belfardev" target="_blank">
114+
<a class="plausible-event-name=Kofi+Click" href="https://ko-fi.com/belfardev" target="_blank">
115115
<Image src={kofiButton} width="450px" alt="Support me on Ko-fi!" />
116116
</a>
117117
</center>

0 commit comments

Comments
 (0)