File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ bodyClass: single single-post
2626 <div class =" post__meta" >
2727 <p >
2828 <time class =" post__date dt-published" itemprop =" datePublished" datetime =" {{ page.date | dateToISO }}" >{{ page .date | readableDate (' dd MMM yyyy' , locale ) }} </time >
29+ {% if author %}
30+ <span aria-label =" author" >· ; </span > <span class =" post__author p-author" >by <span itemprop =" author" >{{ author }} </span ></span >
31+ {% endif %}
2932 {% if tags %}
3033 <span aria-label =" in category" >· ; </span > <span class =" post__tags p-category" >{{ tags | join (' , ' ) }} </span >
3134 {% endif %}
@@ -45,7 +48,7 @@ bodyClass: single single-post
4548 </div >
4649
4750 <p class =" post__footer-info" >
48- {% if tags %} Published in [ {{ tags | join (' , ' ) }} ] · ; {% endif %} {{ page .date | readableDate (' dd LLL yyyy' , locale ) }} <br />
51+ {% if tags %} Published in {{ tags | join (' , ' ) }} · ; {% endif %} {{ page .date | readableDate (' dd LLL yyyy' , locale ) }} <br />
4952 <a href =" {{ metadata.repo }}/tree/master/{{ page.inputPath }}" title =" suggest a change to this post by submitting a PR" >edit this post</a >
5053 </p >
5154
You can’t perform that action at this time.
0 commit comments