mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
HTML
<p class="post-meta">
|
|
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
|
|
<img src="{{ 'assets/main/icons/calendar.svg' | relative_url }}" style="width: 1.5em; height: 1.5em">
|
|
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
|
|
<span title="{{ page.date }}"> {{ page.date | date: date_format }}</span>
|
|
</time>
|
|
|
|
<span class="reading-minutes" style="margin-left: 1.25em">
|
|
<img src="{{ 'assets/main/icons/time-clock.svg' | relative_url }}" style="width: 1.5em; height: 1.5em;"> <span class="no-of-mins">{{ page.content | number_of_words }}</span> minutes
|
|
</span>
|
|
|
|
{%- if page.categories -%}
|
|
<span class="post-category" style="margin-left: 1.25em">
|
|
<img src="{{ 'assets/main/icons/categories.svg' | relative_url }}" style="width: 1.5em; height: 1.5em;">
|
|
{{ page.categories }}
|
|
</span>
|
|
{%- endif -%}
|
|
|
|
{%- if page.updatedOn -%}
|
|
<p class="dt-updated">Updated: <span>{{ page.updatedOn | escape }}</span></p>
|
|
{%- endif -%}
|
|
</p> |