only add the h3 tag to the page if there is a title
This commit is contained in:
parent
c6873529f4
commit
6e633924bd
@ -1,7 +1,7 @@
|
||||
<div class="page">
|
||||
|
||||
<div class="generic-content-wrapper" id="page-content-wrapper" >
|
||||
<h3 class="page-title">{{$title}}</h3>
|
||||
{{if $title}}<h3 class="page-title">{{$title}}</h3>{{/if}}
|
||||
<div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
|
||||
<div class="page-date">{{$date}}</div>
|
||||
<div class="page-body">{{$body}}</div>
|
||||
|
Reference in New Issue
Block a user