Skip to content

Commit

Permalink
Drop article from "A Guest Post"
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud J Le Hors <[email protected]>
  • Loading branch information
lehors committed Sep 30, 2022
1 parent 74d8a3c commit 004f641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
is_post: true
---

<p class="h3 post-author">{% if page.is_guest_post -%}A Guest Post{%- endif %} by {{ page.author }}</p>
<p class="h3 post-author">{% if page.is_guest_post -%}Guest post{%- endif %} by {{ page.author }}</p>

<p class="post-date"><time datetime="{{ page.date | date: "%Y-%m-%d" }}">{{ page.date | date_to_string }}</time></p>

Expand Down
2 changes: 1 addition & 1 deletion docs/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% for post in site.posts %}
<li class="mb-8">
<h2 class="h2 mb-6"><a href="{{ post.url }}">{{ post.title }}</a></h2>
<p><b>{% if post.is_guest_post -%}A Guest Post{%- endif %} by {{ post.author }} on {{ post.date | date_to_string }}</b></p>
<p><b>{% if post.is_guest_post -%}Guest post{%- endif %} by {{ post.author }} on {{ post.date | date_to_string }}</b></p>
{% if post.subtitle %}
{{ post.subtitle }}
{% endif %}
Expand Down

0 comments on commit 004f641

Please sign in to comment.