jekyll-theme-centos 2.44.0 → 2.45.0

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: 2d5be09942277b626781ad93820933bbf462536bb5961a1311a7150e71d19dfb
4
- data.tar.gz: 0426044375a3e2d31eba8cf028601886f3b30d80c004a020f873869e15e8bea8
3
+ metadata.gz: 57b7a78e8931396ab9a8aae836c700c9b70d806e9be3645e9ca3431b65446e80
4
+ data.tar.gz: ca9144e14996f38b910fd022d45d3b43ba0e22428420be282b20c94d47a3f127
5
5
  SHA512:
6
- metadata.gz: 2db81c4c5e460cfaf4eb80afc9dd35f13f00b7d4a0c6722023d0c61558fe00d4fcfe6463ce54abff613ac04388befff91f09dd322cfa8d93fa220ab42434e025
7
- data.tar.gz: 7e942b604897986d16ff295fe6fbcf9e6b94eef97fab87fa18e57cf384d36ddd8e6f94d170f2064f22276be36653441926299deaca98bddf307b91b443cca76a
6
+ metadata.gz: 78c72102dff02ba9795827d524b833d231adc00075070830030272aec8ee6f95754c81530df96d8b901887da80e6a55d55968904cfe39bf20d840cd1a580e303
7
+ data.tar.gz: f3725342fb6830662a96c1e44887ba95dae9b6ccce82dd7ad538938a512c099d6a6f751fdc5b533983f75ce65f13e6724f0f1063d77ec09390aa7222de036afe
@@ -1,4 +1,8 @@
1
- {% assign copyright = site.data[site.navbar_data_dirname]["copyright"] %}
1
+ {% if site.data[site.component_data_dirname]["copyright"] %}
2
+ {% assign copyright = site.data[site.component_data_dirname]["copyright"] %}
3
+ {% else %}
4
+ {% assign copyright = site.data.base.copyright %}
5
+ {% endif %}
2
6
  <div class="row my-3">
3
7
  <div class="col">
4
8
  <span>Copyright &copy;</span>
@@ -1,4 +1,8 @@
1
- {% assign social_networks = site.data[site.navbar_data_dirname]["social"] %}
1
+ {% if site.data[site.component_data_dirname]["social"] %}
2
+ {% assign social_networks = site.data[site.component_data_dirname]["social"] %}
3
+ {% else %}
4
+ {% assign social_networks = site.data.base.social %}
5
+ {% endif %}
2
6
  <div class="row">
3
7
 
4
8
  {% if page.with_social != false %}
@@ -1,4 +1,8 @@
1
- {% assign navbar = site.data[site.navbar_data_dirname][site.navbar_data_filename] %}
1
+ {% if site.data[site.component_data_dirname][site.component_data_navbar] %}
2
+ {% assign navbar = site.data[site.component_data_dirname][site.component_data_navbar] %}
3
+ {% else %}
4
+ {% assign navbar = site.data.base.navbar %}
5
+ {% endif %}
2
6
  <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark bg-image shadow">
3
7
  <div class="container">
4
8
  <a class="navbar-brand" href="{{ site.url }}{{ site.baseurl }}/"><img src="{{ site.url }}{{ site.baseurl }}/assets/img/{{ page.with_logo }}" height="32" alt="{{ site.title }}" />{% if page.with_manifestation != "" %}<span class="manifestation border-start border-light ps-3 ms-3 py-2 fs-6">{{ page.with_manifestation }}</span>{% endif %}</a>
@@ -1,4 +1,8 @@
1
- {% assign navbar = site.data[site.navbar_data_dirname][site.navbar_data_filename] %}
1
+ {% if site.data[site.component_data_dirname][site.component_data_navbar] %}
2
+ {% assign navbar = site.data[site.component_data_dirname][site.component_data_navbar] %}
3
+ {% else %}
4
+ {% assign navbar = site.data.base.navbar %}
5
+ {% endif %}
2
6
  <div class="row bg-primary text-light">
3
7
  {% assign sections = navbar | where: "visible_on", "footer" %}
4
8
  {% assign columns = sections.size %}
@@ -41,3 +41,5 @@ $alert-warning-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/
41
41
  $alert-info-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1.8em" fill="rgba(#{to-rgb($info-text-emphasis)},1)" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
42
42
  $alert-danger-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1.8em" fill="rgba(#{to-rgb($danger-text-emphasis)},1)" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/></svg>');
43
43
  $alert-success-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1.8em" fill="rgba(#{to-rgb($success-text-emphasis)},1)" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
44
+
45
+ $enable-negative-margins: true;
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.44.0
4
+ version: 2.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-30 00:00:00.000000000 Z
11
+ date: 2023-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 2.4.0
41
41
  description:
42
42
  email:
43
- - group_59038887_bot_0098cd54f9aafa134b0d6cff35203eae@noreply.gitlab.com
43
+ - group_59038887_bot_a628c51d395bebfb92f35a6f24badeac@noreply.gitlab.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []