Skip to content

Commit

Permalink
Add missing </div>.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Aug 30, 2023
1 parent f49c4d8 commit b707cba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/views/episodes/show.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ <h1 class="mb-6">{{ title | entities | widont }}</h1>
</div>
</div>
{{ if description }}
<div class="mt-8 content pt-8 border-t">
<h2>Show Notes</h2>
{{ description }}
<div class="mt-8 content pt-8 border-t">
<h2>Show Notes</h2>
{{ description }}
</div>
{{ /if }}
</article>
<div class="w-[300px] relative group">
Expand Down

0 comments on commit b707cba

Please sign in to comment.