Skip to content

Commit

Permalink
Bugfix: title already contains the prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgmaisser committed Jul 26, 2024
1 parent 82671ac commit 12a28a6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
{
"identifier": "2345",
"title": "AERIAL YOGA",
"titleprefix": "pf2345",
"modalcounter": 1,
"invisible": "0",
"annotation": "",
Expand Down Expand Up @@ -147,7 +146,7 @@
<span class="mr-2">{{{ botags }}}</span>
</div>
<div class="mb-2">
<h2 class="title font-weight-normal" >{{#titleprefix}}{{.}} - {{/titleprefix}}{{title}}</h2>
<h2 class="title font-weight-normal" >{{title}}</h2>
</div>
{{#description}}
<div class="mb-6">
Expand Down

0 comments on commit 12a28a6

Please sign in to comment.