Skip to content

Commit

Permalink
Gestion du markup html dans la référence d'une publication (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisben authored Oct 1, 2024
1 parent 13c16b8 commit af74065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/publications/publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

{{ with .Params.ref }}
<div class="publication-meta" itemprop="isPartOf" itemscope itemtype="http://schema.org/PublicationIssue">
<span itemprop="name">{{ . }}</span>
<span itemprop="name">{{ partial "PrepareHTML" . }}</span>
</div>
{{ end }}
</div>
Expand Down

0 comments on commit af74065

Please sign in to comment.