jekyll-theme-miniplex 0.2.2 → 0.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6760d34dfb670abb2dee3e365f59621bae27d369dba74d420c9b782f970b14e1
|
4
|
+
data.tar.gz: 4c8412513809f70586201c9e8e4268e074813aa791ecc32c8ade860d6fdb5157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29b8ee9ef814b1df76d50f82088631adb451a31e1c7cc157987bf47ad6615d7a30ca0e3504598866f54de9b3e7a9a254435137f4bfcec1627df1ac8761a6a0d8
|
7
|
+
data.tar.gz: 9f365d9ddf271f0ec5efef01859c96ddb0784b7f647dc02bcacd5fc39c85a22d2f56f97fa27e02a09dfb1aee6bd97414ce7a549f502fcc80d47c6a0b1ebcbd48
|
File without changes
|
data/_layouts/default.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<title>{{ page.title }}</title>
|
8
8
|
<link rel="stylesheet" href="/assets/css/main.css">
|
9
9
|
<script type="text/javascript" src="/assets/js/main.js"></script>
|
10
|
-
{% include
|
10
|
+
{% include additional_head_tags.html %}
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<div id="layout">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-miniplex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Würsch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -48,7 +48,7 @@ files:
|
|
48
48
|
- LICENSE.txt
|
49
49
|
- README.md
|
50
50
|
- _config.yml
|
51
|
-
- _includes/
|
51
|
+
- _includes/additional_head_tags.html
|
52
52
|
- _includes/navigation_desktop.html
|
53
53
|
- _includes/navigation_mobile.html
|
54
54
|
- _layouts/default.html
|