Skip to content

Commit

Permalink
fix meta template
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Apr 25, 2024
1 parent b0ae969 commit 5d16461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/meta-data/oath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ external:
cardTemplate: >
{{#if meta.CardCapacity }}
<div>
<p>Card Capacity: {{ meta.CardCapacity }}
<p>Card Capacity: {{ meta.cardcapacity }}
</div>
{{/if}}
{{#if meta.Defense }}
<div>
<p>Defense: {{ meta.Defense }}
<p>Defense: {{ meta.defense }}
</div>
{{/if}}

0 comments on commit 5d16461

Please sign in to comment.