Skip to content

Commit

Permalink
featured image tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon committed Jan 8, 2024
1 parent fb2f880 commit eafd8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
{%- if page.image -%}
<img src="{{ page.image | relative_url }}" alt="featured image" class="featured-image-post"/>
{%- else -%}
<img src="{{ /assets/images/featured/default.png | relative_url }}" alt="featured image" class="featured-image-post"/>
<img src="{{ /assets/images/featured/default.png }}" alt="featured image" class="featured-image-post"/>
{%- endif -%}


Expand Down
1 change: 1 addition & 0 deletions _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ a.circle {
width: 100%;
height: 200px;
object-fit: cover;
padding-bottom: 30px;
}

0 comments on commit eafd8f3

Please sign in to comment.