Skip to content

Commit

Permalink
Merge pull request sujaykundu777#159 from blakedrumm/patch-2
Browse files Browse the repository at this point in the history
Fix verbiage, change from `at` to `on`
  • Loading branch information
sujaykundu777 authored Jul 5, 2022
2 parents 959a7b0 + e82e9d6 commit 6759b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/blog_post_article.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h4 class="post-meta">{{ page.summary }}</h4>
Posted by : {% if page.author %}
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name"><a href="{{site.url}}{{site.baseurl}}/blog/authors/{{page.author}}">{{ page.author }}</a></span> </span
>{% endif %} at
>{% endif %} on
<time datetime="{{ page.date }}" itemprop="datePublished"
>{{ page.date | date: "%b %-d, %Y" }}</time
>
Expand Down

0 comments on commit 6759b24

Please sign in to comment.