hide instance url/link/text in header using hideSitename option

This commit is contained in:
taehoon 2019-12-01 19:34:01 -05:00
parent abb6747f43
commit d0c78989aa
8 changed files with 10 additions and 1 deletions

View file

@ -27,7 +27,7 @@
class="side-drawer-logo-wrapper"
>
<img :src="logo">
<span>{{ sitename }}</span>
<span v-if="!hideSitename">{{ sitename }}</span>
</div>
</div>
<ul>