forked from FoundKeyGang/FoundKey
parent
c81eb49f9e
commit
00e2ce9489
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
<p>{{ description.length > 85 ? description.slice(0, 85) + '…' : description }}</p>
|
<p v-if="description">{{ 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>
|
||||||
|
|
Loading…
Reference in a new issue