jekyll-theme-katydecorah 0.1.3 → 0.1.4
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/end.html +2 -2
- data/_includes/top.html +1 -1
- 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: d3eb6bb4daa7fc525942789d039ae39c3ad7a701eb0918e52ec97ca9556ec5dd
|
4
|
+
data.tar.gz: 9f24d88bc61a7912a6735afea3147f6f88ec42b2a3119dc1453556f61eb76471
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c692b93cea94a94a452f74262c38b46e63d049ce4aa9c4d325381ad7020c06e4b7fb997c667156e8817aa5756da5c8e3ebeca6bc318ea51c6875acd2c52d46e
|
7
|
+
data.tar.gz: d1f10993931472d934a1d17cd3fdc37848cf7b1c0ac95e396f078a0abe22340b2e6ef421f937b2e7210196fe7198a993c13ac3eff72c39d98a6bc0af17f2a8f4
|
data/_includes/end.html
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
<script async src="https://codepen.io/assets/embed/ei.js"></script>
|
3
3
|
{% endif %}
|
4
4
|
{% if page.title == "Search" %}
|
5
|
-
<script src="/
|
6
|
-
<script src="/
|
5
|
+
<script src="/assets/lunr.min.js"></script>
|
6
|
+
<script src="/assets/lunr-feed.js"></script>
|
7
7
|
{% endif %}
|
8
8
|
<script>
|
9
9
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
data/_includes/top.html
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
<meta name="theme-color" content="#fff">
|
29
29
|
{% feed_meta %}
|
30
30
|
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:400,400i,700|IBM+Plex+Serif" rel="stylesheet">
|
31
|
-
<link href="/
|
31
|
+
<link href="/assets/style.css" rel="stylesheet" type="text/css">{% if page.css %}
|
32
32
|
<style>{{ page.css }}</style>{% endif %}
|
33
33
|
{% if page.jquery %}<script async src="https://cdnjs.cloudflare.com/ajax/libs/jquery/{{site.jquery}}/jquery.min.js"></script>{% endif %}
|
34
34
|
<script async src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/{{site.modernizr}}/modernizr.min.js"></script>
|