jekyll-theme-isabelline/_includes/byline.html

11 lines
310 B
HTML
Raw Normal View History

2020-06-01 00:12:25 +00:00
{% 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 %}