Bug: Render header title and tagline as HTML (#906)

* Render header title and tagline as HTML
This commit is contained in:
Pranav Raj S
2020-05-31 16:35:10 +05:30
committed by GitHub
parent 884a1c5971
commit 586c616ae3
2 changed files with 3 additions and 9 deletions

View File

@@ -2,9 +2,7 @@
<header class="header-collapsed">
<div class="header-branding">
<img v-if="avatarUrl" :src="avatarUrl" alt="avatar" />
<h2 class="title">
{{ title }}
</h2>
<h2 class="title" v-html="title"></h2>
</div>
<span class="close-button" @click="closeWindow"></span>
</header>