Skip to content

Commit

Permalink
Remove hardcoded url (#9)
Browse files Browse the repository at this point in the history
* Remove hardcoded url

Signed-off-by: 1dom <[email protected]>

* Remove trailing slash

Signed-off-by: 1dom <[email protected]>

---------

Signed-off-by: 1dom <[email protected]>
  • Loading branch information
1dom authored Aug 22, 2024
1 parent 1e65b94 commit 7ed7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="name">{{ local_actor.name }}</span>
<span class="p-name handle">{{ local_actor.handle }}</span>
</a>
<a class="label-btn follow" href="https://blog.joaocosta.eu/remote_follow">Follow</a>
<a class="label-btn follow" href="{{ local_actor.url }}remote_follow">Follow</a>

<div class="p-note summary">
{{ local_actor.summary | safe }}
Expand Down

0 comments on commit 7ed7d72

Please sign in to comment.