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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a6d569b56bdc127b1494491e0c9fc56f50f5492709aa704ce8147a3ab332c26
4
- data.tar.gz: 85e27387fe40b9e089a885bc6e84e563c972ca8c9c6c3a81387a05e0df1bc68f
3
+ metadata.gz: d3eb6bb4daa7fc525942789d039ae39c3ad7a701eb0918e52ec97ca9556ec5dd
4
+ data.tar.gz: 9f24d88bc61a7912a6735afea3147f6f88ec42b2a3119dc1453556f61eb76471
5
5
  SHA512:
6
- metadata.gz: 36de019dca5050c73ac64607cc72b927ce587900c9c406a6328a6d03e3cdfdf81f7e8e372435271cb644742d9f04f5b34e9285a8fa139a9ff0a668e4970ffba9
7
- data.tar.gz: '09ff383b5081b4ba69fa6ad3623b4f81b467972c5de7b48bf4d3c6b0cacdb50a65b9d366e1850ba93cf55e480292229d9a0092d5b7522a74cbdaca6bd5d73fd4'
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="/js/lunr.min.js"></script>
6
- <script src="/js/lunr-feed.js"></script>
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="/css/style.css" rel="stylesheet" type="text/css">{% if page.css %}
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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-katydecorah
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katy DeCorah