sutty-jekyll-theme 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ffd25d468dfa57055639899d11ca83a05fc9c7790b2ce9391ba02649c4050b7
4
- data.tar.gz: c26d38947bc9705bc4678e3c52b9e42741811a59e3c9445153a40a10f02931fd
3
+ metadata.gz: 0da4e03fcda49790b0dafedec0003e144430246d9e42a1662734d5dee46b7d4c
4
+ data.tar.gz: 5e7928dad5523f740da7dc8f8d6f0f6f88097478a189e674eaa158015954c051
5
5
  SHA512:
6
- metadata.gz: 584603230e9e10006627d2eac367d2594174482bccddebc55d22ec4cf535a4d1c6f62834cdbcf2baeffe7e58ef38e9ed063325de0feae7638bf8008a058679d7
7
- data.tar.gz: f9b82efdedde0a75ea34e8520f88f04fc057b54e60250c567ebcf60473cae529924812b274966c877471f6d718477a7f3c746159f9a76d076eae4d3216c76e87
6
+ metadata.gz: 8b5a6fc32640ee73199ec470e0fe2e9fe708c5e2e0ce1c8543fdd84b7dd411a85b0878888292e4069654f1622606607a18fdd7929ed825a0bbc10e9cdfdbfae6
7
+ data.tar.gz: b0cddb56530242ead4e8a6cfb7c04f360ac2d72a0f73635633edb09a82e9b6dda4afb60c4a8c9545a7e841ed05255c6afbc377fc91801723da3b2b0b903e6310
checksums.yaml.gz.sig CHANGED
Binary file
@@ -0,0 +1,12 @@
1
+ {% comment %}
2
+ La fecha de un artículo
3
+
4
+ @param :date [String] La fecha con formato
5
+ @param :extra [String] Atributos extra
6
+ {% endcomment %}
7
+
8
+ <time
9
+ datetime="{{ include.date | date_to_xmlschema }}"
10
+ {{ include.extra }}>
11
+ {{- include.date | date_local: include.format -}}
12
+ </time>
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
@@ -253,6 +253,7 @@ files:
253
253
  - _includes/activity_pub/url.html
254
254
  - _includes/activity_pub/video_modal.html
255
255
  - _includes/bootstrap/custom_select.html
256
+ - _includes/date.html
256
257
  - _includes/external_link.html
257
258
  - _includes/fa.html
258
259
  - _includes/footer.html
metadata.gz.sig CHANGED
Binary file