Skip to content

Commit f19ca9c

Browse files
committed
Add UTM on Lightpost URL
1 parent 8772dba commit f19ca9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/readme/update-readme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const logoApyhub = `<div>
3030
</div>`
3131

3232
const logoLightpost = `<div>
33-
<p align="center"><a href="https://lightpost.ai?ref=dev_resources&utm_medium=repo_readme"><picture><source media="(prefers-color-scheme: dark)" srcset="./assets/lightpost.png" width="150px"><source media="(prefers-color-scheme: light)" srcset="./assets/lightpost.png" width="150px"><img alt="Lightpost logo" src="./assets/lightpost.png" width="150px"></picture></a></p>
34-
<p align="center"><a href="https://lightpost.ai?ref=dev_resources&utm_medium=repo_readme">Lightpost</a>: Fully automate or co-create your blogs and posts with an A.I. trained on your business. Plan, design, write and upload anywhere, while keeping full control.</p>
33+
<p align="center"><a href="https://lightpost.ai?ref=dev_resources&utm_medium=repo_readme&via=dr-pa"><picture><source media="(prefers-color-scheme: dark)" srcset="./assets/lightpost.png" width="150px"><source media="(prefers-color-scheme: light)" srcset="./assets/lightpost.png" width="150px"><img alt="Lightpost logo" src="./assets/lightpost.png" width="150px"></picture></a></p>
34+
<p align="center"><a href="https://lightpost.ai?ref=dev_resources&utm_medium=repo_readme&via=dr-pa">Lightpost</a>: Fully automate or co-create your blogs and posts with an A.I. trained on your business. Plan, design, write and upload anywhere, while keeping full control.</p>
3535
</div>`
3636

3737
const sponsors = `<div align="center">Sponsored by</div><br/>\n\n${logoApyhub}<br/>\n\n\n\n${logoLightpost}<br/>\n\n\n\n`

0 commit comments

Comments
 (0)