Skip to content

Commit

Permalink
Respect show page title
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski committed Jan 29, 2023
1 parent dfd2fde commit 0a98ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": 10,
"verified": 10
"verified": 11
},
"authors": [
{
Expand Down
2 changes: 2 additions & 0 deletions templates/journal/page-fishingspot-view.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<header>
<div class="fishing-spot-title">
{{#if data.title.show}}
<h1>{{data.name}}</h1>
{{/if}}
{{{text.content}}}
</div>
</header>
Expand Down

0 comments on commit 0a98ca3

Please sign in to comment.