Sha256: 76e4e663a8c11a522cc8acf4ceec3bbef136d2edab46592bbef5695f012969da

Contents?: true

Size: 639 Bytes

Versions: 5

Compression:

Stored size: 639 Bytes

Contents

{% capture workspace %}
  {% assign color = page.color | default: site.color %}
  {% assign date = include.date | date: "%Y-%m-%d" %}
  "%Y-%m-%d %H:%M"
{% endcapture %}

<a class="mx-px text-sm text-{{ color }}-500 text-opacity-75 flex items-center" href="{{ href }}">
  <svg xmlns="http://www.w3.org/2000/svg" class="inline-block h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>
  <span class="inline-block p-1 whitespace-nowrap">{{ date }}</span>
</a>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-acg-1.0.9 _includes/item-date.html
jekyll-theme-acg-1.0.8 _includes/item-date.html
jekyll-theme-acg-1.0.7 _includes/item-date.html
jekyll-theme-acg-1.0.6 _includes/item-date.html
jekyll-theme-acg-1.0.5 _includes/item-date.html