Sha256: 2a44b5276080e3510d49ec9d7d913881382ced4208d8996c7da614f2de808f29

Contents?: true

Size: 284 Bytes

Versions: 16

Compression:

Stored size: 284 Bytes

Contents

{% comment %}
  La fecha de un artículo

  @param :date [String] La fecha con formato
  @param :extra [String] Atributos extra
{% endcomment %}

<time
	datetime="{{ include.date | date_to_xmlschema }}"
	{{ include.extra }}>
	{{- include.date | date_local: include.format -}}
</time>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc7 _includes/date.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _includes/date.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _includes/date.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _includes/date.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _includes/date.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _includes/date.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _includes/date.html
compost-jekyll-theme-0.3.8 _includes/date.html
compost-jekyll-theme-0.3.7 _includes/date.html
compost-jekyll-theme-0.3.6 _includes/date.html
compost-jekyll-theme-0.3.5 _includes/date.html
compost-jekyll-theme-0.3.4 _includes/date.html
compost-jekyll-theme-0.3.3 _includes/date.html
compost-jekyll-theme-0.3.2 _includes/date.html
compost-jekyll-theme-0.3.1 _includes/date.html
compost-jekyll-theme-0.3.0 _includes/date.html