disco-jekyll-theme 0.0.16 → 0.0.18

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: da672c886914e264b0542d80c834926491b56b92f5a6cf20932349bd36b9a13c
4
- data.tar.gz: 5636442712298cd1e8b67abbdae53343767e6057c432ae663a9e43ad80fefa38
3
+ metadata.gz: f5145e5b49d2c47d8e9e1f42720564e689d38ae7c1384bad1312f28f0262b2c7
4
+ data.tar.gz: 1fd9902fa9d693ef94d792d406dfd4af0e236095a3ef4c9fd0db7155dcddbfd2
5
5
  SHA512:
6
- metadata.gz: f796355f89bbca0b2ae149feab9071f28344969595013e9715ac794c09feef53f8ebbfdaba8a4bd02f4dbd08bf80cfce6a19b1f0b0e97c32b2a1a86212c0f138
7
- data.tar.gz: 15025c0001c43a32d8aed670ed06f2369eef56abfd74efe63a19badcc397df5f9f1b57facc4abf438d0196a399767d4294c03647a1f6d740de379c6784765981
6
+ metadata.gz: 3fd47a1fb6c052226146453f22a014a7e60714214bfb6b12f4582dee2bf2f7f82ca3c1f42947e8f626def7b55729568d92994a56ac79293b8a6aef26ffaf36d7
7
+ data.tar.gz: 8b08c08efddb3d79e9e305d0b78e9035b762724bb8993eca916a9d9c8b5063a9879927e19045f9ef7f25a9ec9cdea6cba4a9866944167e6ef540bcced81d1aed
checksums.yaml.gz.sig CHANGED
Binary file
@@ -24,6 +24,7 @@ sizes:
24
24
  80px: 5rem
25
25
  100px: 100px
26
26
  130px: 130px
27
+ content: 72ch
27
28
  sizes_percent:
28
29
  50: 50vh
29
30
  80: 80vh
data/_data/fa.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  icons:
3
- - unicode: f0e0
4
- id: envelope
3
+ - unicode: f0e0
4
+ id: envelope
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  video:
3
- path: 'https://archive.org/download/FelixTheCatFelixLendsAHand1922/Felix%20The%20Cat%20-%20Felix%20Lends%20A%20Hand%20%281922%29.mp4'
4
- description: ' Felix The Cat Felix Lends A Hand (1922)'
3
+ path: "https://archive.org/download/FelixTheCatFelixLendsAHand1922/Felix%20The%20Cat%20-%20Felix%20Lends%20A%20Hand%20%281922%29.mp4"
4
+ description: " Felix The Cat Felix Lends A Hand (1922)"
@@ -72,6 +72,7 @@ button_linked_post:
72
72
  layout:
73
73
  - "section"
74
74
  - "post"
75
+ - "index"
75
76
  label:
76
77
  en: "Linked post or page"
77
78
  es: "Artículo o página linkeada"
@@ -1674,6 +1674,7 @@ button_linked_post:
1674
1674
  layout:
1675
1675
  - "section"
1676
1676
  - "post"
1677
+ - "index"
1677
1678
  label:
1678
1679
  en: "Linked post or page"
1679
1680
  es: "Artículo o página linkeada"
data/_data/manifest.json CHANGED
@@ -490,7 +490,7 @@
490
490
  "format": "esm"
491
491
  },
492
492
  "_packs/pagefind.js": {
493
- "bytes": 44552,
493
+ "bytes": 45961,
494
494
  "imports": [],
495
495
  "format": "esm"
496
496
  },
@@ -543,13 +543,13 @@
543
543
  }
544
544
  },
545
545
  "outputs": {
546
- "assets/js/pack.CO6WJJ2F.js.map": {
546
+ "assets/js/pack.YGSXSHET.js.map": {
547
547
  "imports": [],
548
548
  "exports": [],
549
549
  "inputs": {},
550
- "bytes": 704998
550
+ "bytes": 707216
551
551
  },
552
- "assets/js/pack.CO6WJJ2F.js": {
552
+ "assets/js/pack.YGSXSHET.js": {
553
553
  "imports": [],
554
554
  "exports": [],
555
555
  "entryPoint": "_packs/entry.js",
@@ -579,7 +579,7 @@
579
579
  "bytesInOutput": 4706
580
580
  },
581
581
  "_packs/pagefind.js": {
582
- "bytesInOutput": 22721
582
+ "bytesInOutput": 23510
583
583
  },
584
584
  "node_modules/.pnpm/promise-polyfill@8.3.0/node_modules/promise-polyfill/src/finally.js": {
585
585
  "bytesInOutput": 200
@@ -687,7 +687,7 @@
687
687
  "bytesInOutput": 680
688
688
  }
689
689
  },
690
- "bytes": 222493
690
+ "bytes": 223282
691
691
  }
692
692
  }
693
693
  }
@@ -6,14 +6,13 @@ locale:
6
6
  i18n:
7
7
  type: hash
8
8
  ---
9
-
10
9
  <div class="row">
11
- {% for icon in data.fa.icons %}
12
- <div class="col">
13
- <p>
14
- {% render 'fa.html', icon: icon.id %}
15
- {{ icon.id }}
16
- </p>
17
- </div>
18
- {% endfor %}
10
+ {% for icon in data.fa.icons %}
11
+ <div class="col">
12
+ <p>
13
+ {% render 'fa.html', icon: icon.id %}
14
+ {{ icon.id }}
15
+ </p>
16
+ </div>
17
+ {% endfor %}
19
18
  </div>