importantimport / hatsu

🩵 Self-hosted & Fully-automated ActivityPub Bridge for Static Sites.
https://hatsu.cli.rs
GNU Affero General Public License v3.0
130 stars 2 forks source link

fix: add missing slash in hashtag URL #23

Closed jordemort closed 5 months ago

jordemort commented 5 months ago

In this file, hashtag URLs were being generated as both /t/{hashtag} and /t{hashtag}. This commit changes both instances to be /t/{hashtag}.

kwaa commented 5 months ago

Thanks for the Contribution!