Closed Myllaume closed 2 years ago
We get csl-entry class by default :
csl-entry
<div class="csl-entry">...</div>
Need to add argument to bibliography filter as below to custom the class name of <div>.
<div>
<footer> {{ content | bibliography({ className: 'custom' }) | safe }} </footer>
render
<footer> <div class="custom">...</div> </footer>
We get
csl-entry
class by default :Need to add argument to bibliography filter as below to custom the class name of
<div>
.render