chore(recent-activity.liquid): carry featured post marker over to recent activity
This commit is contained in:
parent
4cf80298ef
commit
22e8d1b126
4 changed files with 26 additions and 18 deletions
|
@ -12,6 +12,9 @@
|
|||
{%- for item in items -%}
|
||||
<article class="{{ item.type }}">
|
||||
<aside>
|
||||
{%- if item.featured -%}
|
||||
{% tablericon "star" %}
|
||||
{%- endif -%}
|
||||
<time datetime="{{ item.content_date }}">
|
||||
{{ item.content_date | date:"%B %e, %Y" }}
|
||||
</time>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue