jekyll-theme-scrawl 0.1.12 → 0.1.13

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
  SHA1:
3
- metadata.gz: 4f671cacd44aee6b903515f32001bc947d091c54
4
- data.tar.gz: 2158986e6c9681d381e3ef8730244c0806e94a09
3
+ metadata.gz: 25aed98ab64a120e0d4f05b83e76665942f146d6
4
+ data.tar.gz: af13cf533f3c2bd28e90573253f294e3e8340bcf
5
5
  SHA512:
6
- metadata.gz: 4caf92fe866df2fea45b80e65832265c95ef2b4a010879f4ce3f15f08e9800f65024ad05391145cd76bcada96e2a4ad938514f96412213ce91ccedce05fc0587
7
- data.tar.gz: 61e8d32924035e8c208bc8a0c0664feabbb2884ee7f97ece36f9b9f0f21b7b0b1d7fc98474edc06b5667d736e17c98084e72ac62977de385595d3b9f9a741648
6
+ metadata.gz: 525388ac430e1495bdc5fa12534879b74baf93fb34c8a1622f57bd62c5ef6b2ab0f568b617fb8cdba750b685f8b521a370e38f0dd411d9e99e0a2341341f1049
7
+ data.tar.gz: 23c91c2d5f2678e9426e9ad5aa6cf60a1e22b368e3eb42918b17e3b414912c8e049b9695020d253eaf56f0d83f20bc7c05b893277f478b27a76fc77e4a80e0de
data/_includes/content.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Text can be **bold**, _italic_, or ~~strikethrough~~.
2
2
 
3
- - [A fluid-width version of this page]({{ '/fluid' | absolute_url }})
4
- - [A fixed-width version of this page]({{ '/fixed' | absolute_url }})
3
+ - [A fluid-width version of this page]({{ '/fluid' | relative_url }})
4
+ - [A fixed-width version of this page]({{ '/fixed' | relative_url }})
5
5
 
6
6
  There should be whitespace between paragraphs.
7
7
 
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
 
8
8
  {% if site.title and site.title != page.title %}
9
- <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
9
+ <h1><a href="{{ "/" | relative_url }}">{{ site.title }}</a></h1>
10
10
  {% endif %}
11
11
 
12
12
  {% if site.description %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-scrawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Light
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-13 00:00:00.000000000 Z
11
+ date: 2018-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages