sutty-jekyll-theme 0.5.0 → 0.5.2
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/_data/layouts/menu_external.yml +1 -1
- data/_data/layouts/menu_internal.yml +1 -1
- 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: d43cad83cc4df3122be53fb4b7f0ae4e4201db245abd889838f6eaa1b3febf0a
|
4
|
+
data.tar.gz: 7fab7b045bec73f404ac56097c871e8d4854d7833447a37b2f31a66b445cf078
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eebd6e48faa23766adbce748b6b754787344239909ffb7fc80aecf6b71ec4e53fe00c4e43a3e0045ef5cd956be1f7624775f442833614b18f5bea0fb85f254e1
|
7
|
+
data.tar.gz: 5f5bcc8e72766c0495ecfb6760d1b7cd95d13b7548e8a6c4c205eed2068c0202cdff36ad0a476ea4fb31482f911fc5553df339bc7480a1a4168eb2afc978e665
|
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.2
|
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
|