Skip to content

Commit

Permalink
Remove the giant image icon unless it's needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vosechu committed Nov 6, 2023
1 parent 3a39be5 commit 23d5dcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
<meta content="{{ site.url }}/images/pages/{{ page.image }}" property="og:image">
{% elsif post.image %}
<meta content="{{ site.url }}/images/posts/{{ post.image }}" property="og:image">
{% else %}
<meta content="{{ site.url }}/images/orange_rose_transparent.png" property="og:image">
{% endif %}
{% if page.categories %}
{% for category in page.categories limit:1 %}
Expand Down

0 comments on commit 23d5dcf

Please sign in to comment.