increase limit
This commit is contained in:
parent
92eed17c29
commit
72c10a456b
|
@ -14,7 +14,7 @@
|
|||
<header>
|
||||
<h1 :title="title">{{ title }}</h1>
|
||||
</header>
|
||||
<p v-if="description" :title="description">{{ description.length > 85 ? description.slice(0, 85) + '…' : description }}</p>
|
||||
<p v-if="description" :title="description">{{ description.length > 1000 ? description.slice(0, 1000) + '…' : description }}</p>
|
||||
<footer>
|
||||
<img class="icon" v-if="icon" :src="icon"/>
|
||||
<p :title="sitename">{{ sitename }}</p>
|
||||
|
|
Loading…
Reference in New Issue