Skip to content

Commit

Permalink
fix title entry for card template
Browse files Browse the repository at this point in the history
when the title is an entry ref
  • Loading branch information
acheype committed Sep 30, 2024
1 parent 18258ba commit 7b99843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<h4 div class="area title-area" v-if="entry.title">
<span v-show="entry.color" class="pellet" :style="{'background-color': entry.color}"></span>
<i v-show="entry.icon" :class="entry.icon"></i>
<span class="title" v-html="entry.title"></span>
<entry-field :entry="entry" prop="title" class="title"></entry-field>
</h4>

{# SUBTITLE AREA #}
Expand Down

0 comments on commit 7b99843

Please sign in to comment.