jekyll-theme-centos 2.52.0.beta.45 → 2.52.0.beta.46
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/_config.yml +2 -0
- 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: 8d3c803dbc0eacfc2999709235c94c945b9bf707f9974a5432647bc07357321d
|
|
4
|
+
data.tar.gz: 3736a941bd500bd164dc8d4c839b506a8a8a837f1c090dffb8cce45bb99c0273
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4ce312cb37982b118eab77b08553e404174f5bb4d7612d2e05d5e255be61867a014766c0e07bb38998f626f1ae0b6558983f18cc5ce826012a8aae692210a4c
|
|
7
|
+
data.tar.gz: e178b82afd6fc9225e206e7f37ff322ee87d249be53ba5db6c44fbcec8006e8fc8954f00955ebb464600398ecfc6ca744512eea43a9e561e04ad64b4753a0925
|
data/_config.yml
CHANGED
|
@@ -156,6 +156,8 @@ with_link_decorator_data:
|
|
|
156
156
|
default_link_classes: "link link-offset-3 link-offset-3-hover link-underline-primary link-underline-opacity-0 link-underline-opacity-100-hover"
|
|
157
157
|
alert_link_classes: "alert-link"
|
|
158
158
|
external_link_icon: true
|
|
159
|
+
external_link_icon_excluded_tags:
|
|
160
|
+
- img
|
|
159
161
|
|
|
160
162
|
with_minify: true
|
|
161
163
|
with_minify_data:
|