Skip to content

Commit

Permalink
Show "LIVE" marker in feed
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 28, 2024
1 parent 838f58f commit 5559f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/handlebars/journey.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ parent: feed
{{#with itinerary}}
{{#each .}}
<section id="{{scroll slug}}">
<h2>
<h2 class="scroll">
<a class="scroll" href="#{{scroll slug}}">{{title}}</a>
<a title="Nach oben" class="top" href="#">&#8593;</a>
</h2>
Expand Down

0 comments on commit 5559f01

Please sign in to comment.