Skip to content

Commit

Permalink
Add title with the date
Browse files Browse the repository at this point in the history
We can expand this later to use `time`
  • Loading branch information
XhmikosR committed Jan 13, 2021
1 parent 5ff3c50 commit 27d8417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/author-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img class="mb-0 mr-2" src="https://github.com/{{ author }}.png" alt="" width="32" height="32"{% if include.do_lazyload == true %} loading="lazy"{% endif %}>
<span>@{{ author }}</span>
</a>
<span class="d-flex align-items-center ml-3">
<span class="d-flex align-items-center ml-3" title="{{ date | date_to_rfc822 }}">
{% include icons/calendar-event.svg class="mr-2" width="24" height="24" %}
{{ date | date: '%B %d, %Y' }}
</span>
Expand Down

0 comments on commit 27d8417

Please sign in to comment.