1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 18:36:12 +02:00
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>
<h1>{{ title }}</h1>
</header>
<p>{{ description }}</p>
<p>{{ description.length > 85 ? description.slice(0, 85) + '…' : description }}</p>
<footer>
<img class="icon" v-if="icon" :src="icon"/>
<p>{{ sitename }}</p>