_layouts/post.html in jekyll-theme-minimal-ryan-0.1.2 vs _layouts/post.html in jekyll-theme-minimal-ryan-0.2.0

- old
+ new

@@ -2,10 +2,10 @@ layout: default --- <div id="post-page" class="content-container"> {%- if page.image -%} - <img src="{{ page.image }}" /> + <img id="post-title-img" src="{{ page.image }}" /> {%- endif -%} <h1>{{ page.title }}</h1> {{ content }}