sutty-jekyll-theme 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/_includes/date.html +12 -0
- data.tar.gz.sig +0 -0
- metadata +2 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0da4e03fcda49790b0dafedec0003e144430246d9e42a1662734d5dee46b7d4c
|
4
|
+
data.tar.gz: 5e7928dad5523f740da7dc8f8d6f0f6f88097478a189e674eaa158015954c051
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b5a6fc32640ee73199ec470e0fe2e9fe708c5e2e0ce1c8543fdd84b7dd411a85b0878888292e4069654f1622606607a18fdd7929ed825a0bbc10e9cdfdbfae6
|
7
|
+
data.tar.gz: b0cddb56530242ead4e8a6cfb7c04f360ac2d72a0f73635633edb09a82e9b6dda4afb60c4a8c9545a7e841ed05255c6afbc377fc91801723da3b2b0b903e6310
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/_includes/date.html
ADDED
@@ -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.
|
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
|