start work on byline
This commit is contained in:
parent
d851f17631
commit
3aee30b0ed
11
_includes/byline.html
Normal file
11
_includes/byline.html
Normal 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 %}
|
Loading…
Reference in New Issue
Block a user