Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ianpaschal/revenant
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Paschal committed Apr 14, 2018
2 parents 89b53f8 + b3fd742 commit 842b88e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Revenant is a bare-bones, clean, and simple Ghost theme.

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
[![Github All Releases](https://img.shields.io/github/downloads/ianpaschal/revenant/total.svg)]()
[![label](https://img.shields.io/github/issues-raw/badges/shields/website.svg)]()
[![label](https://img.shields.io/github/issues-raw/ianpaschal/revenant.svg)]()

## Demo
Coming soon!
Expand Down
2 changes: 1 addition & 1 deletion author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="author-tile">

{{#if profile_image}}
<div class="author-image" style="background-image: url({{image_url profile_image}})"></div>
<div class="author-image" style="background-image: url({{profile_image}})"></div>
{{/if}}


Expand Down
2 changes: 1 addition & 1 deletion page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{! image }}
{{#if feature_image}}
<a href="{{url}}">
<div class="post-image" style="background-image: url({{image_url feature_image}})"></div>
<div class="post-image" style="background-image: url({{feature_image}})"></div>
</a>
{{/if}}
<div class="post-body">
Expand Down
2 changes: 1 addition & 1 deletion partials/loop.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{! feature_image }}
{{#if feature_image}}
<a href="{{url}}">
<div class="post-image" style="background-image: url({{image_url feature_image}})"></div>
<div class="post-image" style="background-image: url({{feature_image}})"></div>
</a>
{{/if}}
<div class="post-body">
Expand Down
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{! image }}
{{#if feature_image}}
<a href="{{url}}">
<div class="post-image" style="background-image: url({{image_url feature_image}})"></div>
<div class="post-image" style="background-image: url({{feature_image}})"></div>
</a>
<div class="post-body">
{{else}}
Expand Down

0 comments on commit 842b88e

Please sign in to comment.