default styles print
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 25s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 25s
This commit is contained in:
parent
e7998bff27
commit
cd65c35994
19 changed files with 120 additions and 72 deletions
|
|
@ -19,7 +19,9 @@
|
|||
class="narrative-cover"
|
||||
:data-page-type="item.template"
|
||||
>
|
||||
<figure class="figure-backgroung-cover">
|
||||
<img v-if="item.cover" :src="item.cover" class="cover-image" alt="" />
|
||||
</figure>
|
||||
<h1>{{ item.title }}</h1>
|
||||
<p v-if="item.author" class="author">{{ item.author }}</p>
|
||||
<div v-if="item.introduction" class="introduction" v-html="item.introduction"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue