jscom_ice 0.0.2 → 0.0.3

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: d4e9f9214e09092b7a94a193b13bde713f0fc48d7b8643badfcd535330c91d7c
4
- data.tar.gz: a6eba41280d49bf1901052ae3fef27216f1ab6862b3b872221c52be69a2a727b
3
+ metadata.gz: d61ab820a54399ca33eeaa5f777e5b443723d76d828f53c69f09a5aee09c975b
4
+ data.tar.gz: 71058dd14964b6374d4cd75c51b6a3d68ccf38d1606d783a647b91671ee33285
5
5
  SHA512:
6
- metadata.gz: dd4b36109e0758c3c56562c64935931e8cac11dd9fa97b5655307f735f32702e69f85e607312cd23e69e158d5ce826759dbf1a4755c66bff6f1687d814a60780
7
- data.tar.gz: feaf2f875112cc7745daa7ac505e5c31eb69bc06ab3f73d188c6e67cc34e5dfb79f750d0902bf5ef3be38e054418496ee0bc6c6ba163b5371a2081c4aa14fb22
6
+ metadata.gz: d42adeae31a22e39f12e993049c5582d0b47a358ba89e9da0477882b6365d67772da1a26c2e25b54d7bbfd1d4788b5386e4842294d8b8294682eaa33f7068fda
7
+ data.tar.gz: c33608dfbfa27f0ff85208d8677c2fded9c96d3ce49795cde526b4b76b64c6157ffc674d6802f9ab94c6d247e34bdded552844ccc85cc3eda7bb98299a1b0179
@@ -15,7 +15,7 @@
15
15
  </form>
16
16
  </div>
17
17
 
18
- <!-- TODO - this isn't working when using the scripts.html include ... -->
18
+ <!--&lt;!&ndash; TODO - this isn't working when using the scripts.html include ... &ndash;&gt;-->
19
19
  <script src="/assets/js/jquery-3.7.0.min.js"></script>
20
20
 
21
21
  <script>
data/_includes/posts.html CHANGED
@@ -17,13 +17,12 @@
17
17
  -->
18
18
 
19
19
  <div class="posts-wrapper">
20
- <!-- <h3 class="posts-item-note" aria-label="Recent Posts">{{ include.post_collection_title }}</h3>-->
21
20
  {%- for post in site.categories[include.category] limit: include.post_display_limit -%}
22
21
  <article class="post-item row">
23
- <div class="col-md-3">
22
+ <div class="col-md-2">
24
23
  <span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
25
24
  </div>
26
- <div class="col-md-9">
25
+ <div class="col-md-10">
27
26
  <span class="post-item-title">
28
27
  <a href="{{ post.url }}">{{ post.title | escape }}</a>
29
28
  </span>
@@ -7,7 +7,7 @@ table {
7
7
 
8
8
  thead {
9
9
  font-weight: $bold-weight;
10
- color: $black;
10
+ color: $dark-white;
11
11
  border-bottom: 1px solid $light;
12
12
  }
13
13
  th,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jscom_ice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Sosoka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-27 00:00:00.000000000 Z
11
+ date: 2023-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll