jekyll-theme-merida 0.0.15 → 0.0.16
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 +4 -4
- data/_includes/latest-news.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bd5e81bccc3a68616b71d63d1e8fd7afa1d97ec3209fb6eaf988811a84bedef
|
|
4
|
+
data.tar.gz: 12881a9c27846fedebde4be8c0197d5eb57427b851d10638883d0083337412b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6358f5661f06d5c44715a230dc80274e035d3985627053048824d1c1788816bf5393e2dc51251429b1cf18b81df2709499df6c7f9addf4eaf2b1c7a617c4fa96
|
|
7
|
+
data.tar.gz: cd351f938a42063479ce46db2e47e42dad2b8e56451f01f3e1d3474a700453be29512294e3f61b490171856c5f14eb7b2f5b553c234eb943c6a5154823a819b3
|
data/_includes/latest-news.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<time class="font-bold min-w-32">{{ news.date | date: "%b %d, %Y" }}</time>
|
|
7
7
|
<!-- Title always plain text -->
|
|
8
8
|
<p class="not-prose mb-0!">
|
|
9
|
-
{{ news.
|
|
9
|
+
{{ news.title }}
|
|
10
10
|
|
|
11
11
|
<!-- Only add [more] if news has content -->
|
|
12
12
|
{% if news.content and news.content != "" %}
|