diff options
Diffstat (limited to '_includes/views/post-header.html')
-rw-r--r-- | _includes/views/post-header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/views/post-header.html b/_includes/views/post-header.html index 33bbdaa..b6ea964 100644 --- a/_includes/views/post-header.html +++ b/_includes/views/post-header.html @@ -8,6 +8,10 @@ <i class="fa fa-calendar"></i> {{ page.date | date: date_format }} </time> + {%- if page.author -%} + <span class="post-author left-vsplit"><i class="fa fa-pencil"></i> {{ page.author | escape }}</span> + {%- endif -%} + {% assign article = page.content %} {% assign lang = page.lang %} {%- include functions.html func='get_reading_time' -%} |