appscms-tools-theme 1.5.6 → 1.5.7
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/cssfile/links.html +1 -1
- data/_includes/custom-head.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbe889f4c8aef4c7535f81e8a1d9207fdf129cbb013a45236fcb2e19475e657a
|
|
4
|
+
data.tar.gz: e51139727446e1e79a27ee3adc0d1052425550aa9ad5dca13bd4bebde78c306a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5f6ead268831bfac103b36c964f6ee1bc769ff04460e356ec2898cafbbe832aa9cdc93a856a7de8bc47cfb1fcdd56d83d13c08581bbef1cab71fc8f1cfb0022
|
|
7
|
+
data.tar.gz: d2a65702ef9ddc25f685312a8a96179af8747294409fdc58dafe2adf1565d4f6fda46633b99041217f30a696d2c6eb06b99e4f7ad4e9a3406ea0a5535cf111de
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{site.data.customcdns.customcdns.cssfiles}}
|
|
3
3
|
{%- if cssData.cssfilepaths -%}
|
|
4
4
|
{%- for path in cssData.cssfilepaths -%}
|
|
5
|
-
<link rel="stylesheet" href="{{path}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
5
|
+
<link defer rel="stylesheet" href="{{path}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
6
6
|
{%- endfor -%}
|
|
7
7
|
{%- endif -%}
|
|
8
8
|
{%- if cssData.csscdns -%}
|
data/_includes/custom-head.html
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
og_type = "website" -%} {%- endif -%}
|
|
8
8
|
<meta charset="UTF-8" />
|
|
9
9
|
<link rel="shortcut icon" href="{{favicon}}" />
|
|
10
|
+
<link rel="canonical" href="{{site.url | append: page.url}}" />
|
|
10
11
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
11
12
|
<meta name="keywords" content="{{site.keyboard}}" />
|
|
12
13
|
<meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
|
|
@@ -26,7 +27,6 @@
|
|
|
26
27
|
{% include adsense/adsense.html %}
|
|
27
28
|
<link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" {%- if site.crossorigin -%} crossorigin {%-
|
|
28
29
|
endif -%} />
|
|
29
|
-
<script src="https://code.jquery.com/jquery-3.5.1.js" {%- if site.crossorigin -%} crossorigin {%- endif -%}></script>
|
|
30
30
|
|
|
31
31
|
{%- include google-analytics.html -%}
|
|
32
32
|
</head>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|