Sha256: 82c7a870654172b5cf4fb777243d2bf4b3e0452d89303630b1ab1e0ab42f63a1

Contents?: true

Size: 563 Bytes

Versions: 50

Compression:

Stored size: 563 Bytes

Contents

<!--
  Date format snippet
  See: ${JS_ROOT}/utils/locale-dateime.js
-->

{% assign df_strftime = site.data.locales[include.lang].df.post.strftime | default: '%d/%m/%Y' %}
{% assign df_dayjs = site.data.locales[include.lang].df.post.dayjs | default: 'DD/MM/YYYY' %}

<time
  {% if include.class %}
    class="{{ include.class }}"
  {% endif %}
  data-ts="{{ include.date | date: '%s' }}"
  data-df="{{ df_dayjs }}"
  {% if include.tooltip %}
    data-bs-toggle="tooltip" data-bs-placement="bottom"
  {% endif %}
>
  {{ include.date | date: df_strftime }}
</time>

Version data entries

50 entries across 50 versions & 5 rubygems

Version Path
jekyll-theme-chirpy-7.1.1 _includes/datetime.html
jekyll-theme-chirpy-7.1.0 _includes/datetime.html
Han-theme-1.0.0 _includes/datetime.html
jekyll-theme-chirpy-6.5.5 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-4.0.0 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-4.0.0.pre.beta2 _includes/datetime.html
doc-theme-0.1.0 _includes/datetime.html
jekyll-theme-chirpy-6.5.3 _includes/datetime.html
jekyll-theme-chirpy-6.5.2 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.2.0 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta3 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta2 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta1 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.1.4 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.1.2 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.1.1 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.1.0 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.0.1 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-3.0.0 _includes/datetime.html
jekyll-theme-chirpy-customized-upe-1.0.2 _includes/datetime.html