kcc-gem-theme 3.2.2 → 3.2.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 +4 -4
- data/_includes/document-head.html +1 -7
- 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: b11d19c71f9df488a417cfdaa8e25b30169e23401925f19e83fb8cf6b423cc10
|
|
4
|
+
data.tar.gz: 3c405644b00ef3a10265d1949add44cf587dcb7701b1866da542fd3b6db4b0e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 589459cd82a66a8ffb0719387e320d43ca4726f6cc78a7f7db616fa1b8b2bd65718a92ce44ee73f5799df384a30c927e62b2ecb4f38e8fbc939646add8eddf80
|
|
7
|
+
data.tar.gz: 716a49f17b702dddcac932044a416bf5bdac8af93eee1633a22b6573591df2894ad59d44486832c7b3430d34c64da5b66af277f69433291ae9a62b1330172dd3
|
|
@@ -7,13 +7,7 @@
|
|
|
7
7
|
<title>{{page.title}} - {{site.title}}</title>
|
|
8
8
|
<meta name="description" content="{{ page.description | replace: '"', '"' }}">
|
|
9
9
|
{%- if site.canonical_baseurl %}
|
|
10
|
-
{%
|
|
11
|
-
{% assign length_minus_one = path | size | minus: 1 %}
|
|
12
|
-
{% assign last_char = path | slice: length_minus_one, 1 %}
|
|
13
|
-
{% if last_char == '/' %}
|
|
14
|
-
{% assign path = path | slice: 0, length_minus_one %}
|
|
15
|
-
{% endif %}
|
|
16
|
-
<link rel="canonical" href="{% if site.canonical_baseurl == 'https://www.kcc.edu' and page.url == '/' %}{{ site.canonical_baseurl }}{% else %}{{ site.canonical_baseurl }}{{ path }}{% endif %}">
|
|
10
|
+
<link rel="canonical" href="{% if site.canonical_baseurl == 'https://www.kcc.edu' and page.url == '/' %}{{ site.canonical_baseurl }}{% else %}{{ site.canonical_baseurl }}{{ page.url }}{% endif %}">
|
|
17
11
|
{%- endif %}
|
|
18
12
|
<!-- Required Bootstrap 4 viewport meta-tag -->
|
|
19
13
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|