add text_rebond to NodeViewFooter & style popovers
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class="node-view-title-container"
|
||||
>
|
||||
<slot name="default" />
|
||||
<strong>{{ toCommaList(node.authors) }}</strong>,
|
||||
<span><strong>{{ toCommaList(node.authors) }}</strong>,</span>
|
||||
<span>
|
||||
<span v-if="node.preTitle" v-html="trim(node.preTitle) + ', '" />
|
||||
<em v-html="trim(node.title) || 'pas de titre ital'" />
|
||||
|
||||
Reference in New Issue
Block a user