forked from FoundKeyGang/FoundKey
parent
c05419f223
commit
1917b0339e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue