This commit is contained in:
tamaina 2018-09-07 19:24:18 +09:00 committed by syuilo
parent c05419f223
commit 1917b0339e

View file

@ -14,7 +14,7 @@
<header> <header>
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
</header> </header>
<p>{{ description }}</p> <p>{{ description.length > 85 ? description.slice(0, 85) + '…' : description }}</p>
<footer> <footer>
<img class="icon" v-if="icon" :src="icon"/> <img class="icon" v-if="icon" :src="icon"/>
<p>{{ sitename }}</p> <p>{{ sitename }}</p>