add text_rebond to NodeViewFooter & style popovers

This commit is contained in:
axolotle
2021-06-23 16:21:54 +02:00
parent 600972b8cd
commit f4d81dffcf
9 changed files with 87 additions and 37 deletions
+1 -1
View File
@@ -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'" />