Skip to content

Commit

Permalink
Merge pull request #413 from typelevel/no-placeholder
Browse files Browse the repository at this point in the history
Remove placeholder images from blog posts
  • Loading branch information
valencik authored Jan 4, 2023
2 parents 74f85ec + 407c779 commit 8aaac45
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions _includes/_section-blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ <h2><span>{{site.data.description.blogTitle}}</span></h2>
<div class="blog-item-content">
{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}
<div>
<h3>{{ post.title }}</h3>
Expand Down
2 changes: 0 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ <h1><span>{{ page.title }}</span></h1>
<p class="blog-detail-tag">{{ page.category }}</p>
{% if page.image %}
<img src="{{ site.baseurl }}{{ page.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}
</div>
<div class="blog-detail-content">
Expand Down
2 changes: 0 additions & 2 deletions blog/governance.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ <h1><span>{{ page.title }}</span></h1>
<div class="blog-item-content">
{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}


Expand Down
2 changes: 0 additions & 2 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ <h1><span>{{ page.title }}</span></h1>
<div class="blog-item-content">
{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}
<div>
<h3>{{ post.title }}</h3>
Expand Down
2 changes: 0 additions & 2 deletions blog/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ <h1><span>{{ page.title }}</span></h1>

{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}


Expand Down
2 changes: 0 additions & 2 deletions blog/summits.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ <h1><span>{{ page.title }}</span></h1>
<div class="blog-item-content">
{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}


Expand Down
2 changes: 0 additions & 2 deletions blog/technical.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ <h1><span>{{ page.title }}</span></h1>

{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" alt="">
{% else %}
<img src="{{ site.baseurl }}/img/blog/typelevel-placeholder.png" alt="">
{% endif %}


Expand Down

0 comments on commit 8aaac45

Please sign in to comment.