Skip to content

Commit

Permalink
Updated: gaurav theme to show the tagline only when available
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 authored and mbien committed Jul 23, 2021
1 parent 277233c commit 94ebf3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/webapp/themes/gaurav/weblog.vm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@

<div class="row">
<div class="col-lg-12">
<h1 class="page-header">$model.weblog.name&nbsp;<small>$model.weblog.tagline</small></h1>
<h1 class="page-header">$model.weblog.name&nbsp;
<small>
#if($model.weblog.tagline)
$model.weblog.tagline
#end
</small></h1>
</div>
</div>

Expand Down

0 comments on commit 94ebf3b

Please sign in to comment.