Clear up header
This commit is contained in:
parent
79c9548fef
commit
54cb1d4d70
3 changed files with 35 additions and 11 deletions
10
post.hbs
10
post.hbs
|
@ -3,17 +3,15 @@
|
|||
{{#post}}
|
||||
<article class="gh-post {{post_class}}">
|
||||
|
||||
<header class="gh-post-header gh-canvas">
|
||||
<header class="gh-header gh-canvas">
|
||||
{{#if feature_image}}
|
||||
<div class="gh-post-image">
|
||||
<img class="kg-image" src="{{feature_image}}" alt="{{title}}" />
|
||||
</div>
|
||||
<img class="gh-image" src="{{feature_image}}" alt="{{title}}" />
|
||||
{{/if}}
|
||||
|
||||
<h1 class="gh-post-title">{{title}}</h1>
|
||||
<h1 class="gh-title">{{title}}</h1>
|
||||
|
||||
{{#if custom_excerpt}}
|
||||
<p class="gh-post-excerpt">{{custom_excerpt}}</p>
|
||||
<p class="gh-excerpt">{{custom_excerpt}}</p>
|
||||
{{/if}}
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue