Add Podname to Banner
This commit is contained in:
parent
862bfe9365
commit
2dcbb6dc1a
|
@ -62,6 +62,10 @@
|
|||
</div>
|
||||
<div class="ui card">
|
||||
<section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
|
||||
<h1>
|
||||
<i class="music icon"></i>
|
||||
{{ podName }}
|
||||
</h1>
|
||||
</section>
|
||||
<div class="content padding-top padding-bottom">
|
||||
<h3 class="ui header" id="description">
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
<div class="ui horizontally fitted stripe basic segment">
|
||||
<div class="ui basic vertically fitted stripe segment content">
|
||||
<section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
|
||||
<h1>
|
||||
<i class="music icon"></i>
|
||||
{{ podName }}
|
||||
</h1>
|
||||
</section>
|
||||
</div>
|
||||
<div class="ui basic vertically fitted stripe segment content">
|
||||
|
|
Loading…
Reference in New Issue