- better search page
- white header on starting page else green
This commit is contained in:
parent
578021e07e
commit
7622c93473
11 changed files with 171 additions and 186 deletions
|
@ -35,11 +35,11 @@
|
|||
</a>
|
||||
</h4>
|
||||
|
||||
<p>
|
||||
<span v-if="document.author && document.author.length > 0" v-for="author in document.author">
|
||||
|
||||
<p v-if="document.author && document.author.length > 0">
|
||||
<!-- <span>Author: {{ document.author.join(', ') }}</span> -->
|
||||
<span>{{ author }}; </span>
|
||||
</span>
|
||||
<span v-for="(author,index) in document.author" :key="index">{{ author }}; </span>
|
||||
</p>
|
||||
|
||||
|
||||
<!-- <p v-if="document.title_additional && document.title_additional.length > 0">
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue