Added separate ContentTitle component

This commit is contained in:
scmmishra 2018-11-02 12:51:11 +05:30 committed by Aditya Hase
parent 160d8b0914
commit d2e040b6f1

View File

@ -4,7 +4,7 @@
<div class="row">
<div class="col-md-8">
<h2>{{ title }}</h2>
<span v-if="typeof author !== 'undefined' || variable !== null" class="text-muted">
<span v-if="typeof author !== 'undefined' || author !== null" class="text-muted">
Published on {{ publishDate }}, by {{ author }}
</span>
</div>