start work on byline

This commit is contained in:
rzen 2020-05-31 20:12:25 -04:00
parent d851f17631
commit 3aee30b0ed

11
_includes/byline.html Normal file
View File

@ -0,0 +1,11 @@
{% if page.layout == "post" or page.layout == "blog" or page.layout == "page" %}
<!--
<div class="byline">
<span class="author">{{ site.author.short_name }}</span>
<span class="date">{{ page.date | date: "%a, %-d %b, %Y" }}</span>
</div>
-->
{% else %}
<!-- this page type has no byline -->
{% endif %}