started logos on home page #1258

This commit is contained in:
2023-02-19 20:58:07 +01:00
parent 6229131748
commit acc36bb1e9
10 changed files with 65 additions and 26 deletions
+2 -1
View File
@@ -18,9 +18,9 @@
<div v-html="trimedTei(page.tei)" />
<a
:href="page.url"
class="readmore"
@click.prevent="onclick(page.uuid)"
@keyup.enter="onclick(page.uuid)"
class="readmore"
>
<span>Lire la suite</span>
</a>
@@ -30,6 +30,7 @@
</section>
</div>
</template>
<script>