jekyll-theme-paperwiki 0.1.13 → 0.1.14
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/collections_header.html +1 -1
- data/_includes/global_head.html +1 -1
- data/assets/css/{style.scss → css.scss} +0 -0
- 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: ee4c485e8085a9947d5e6e2fceeb8c3cd8fe0827ba8db57eb12c02a550a1a0b0
|
4
|
+
data.tar.gz: e0185d6a67552496a2f43ca8c6658e02c6e00ff6e6db216c98825ee8ef95b379
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '06201753659e65183555e4ccb15e88cb51fc5196f5a60d573e7350e831c50e7aa5d2a477130cf6b2cf27a09411739662f00b2383e23c44057645b9f099391503'
|
7
|
+
data.tar.gz: 309445d432e814899e656e24e828aba2a559dceaffab5372effebd16a1a23425fdf4a5f494fb6bc363aa177f63b2d1f13fc7b825a96eaa2effb3b25f76095064
|
@@ -27,7 +27,7 @@
|
|
27
27
|
{% endif %}
|
28
28
|
{% endfor %}
|
29
29
|
{% else %}
|
30
|
-
<form action="wiki:search" method="GET">
|
30
|
+
<form action="/wiki:search" method="GET">
|
31
31
|
<input required type="search" class="collections-searchbar" placeholder="Search all wiki entries" name="q">
|
32
32
|
</form>
|
33
33
|
{% endif %}
|
data/_includes/global_head.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="/assets/css/
|
15
|
+
<link rel="stylesheet" href="/assets/css/css.css">
|
16
16
|
<link rel="stylesheet" href="/assets/fonts/RemixIcon/remixicon.css">
|
17
17
|
|
18
18
|
<link rel="icon" type="image/png" sizes="512x512" href="/assets/images/favicon.png">
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-paperwiki
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pomeloshark
|
@@ -71,7 +71,7 @@ files:
|
|
71
71
|
- _sass/variables/_media-queries.scss
|
72
72
|
- _sass/variables/_misc.scss
|
73
73
|
- assets/.DS_Store
|
74
|
-
- assets/css/
|
74
|
+
- assets/css/css.scss
|
75
75
|
- assets/fonts/Inter/.DS_Store
|
76
76
|
- assets/fonts/Inter/Inter-Bold.otf
|
77
77
|
- assets/fonts/Inter/Inter-Bold.woff
|