noir-for-jekyll 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c40a33e5605818d5c6dda4ea67b99bbfdc744115f054a5d35fa6d71d39b4558
4
- data.tar.gz: 9d4849b2e5f639251516595930b2848010bd644a395f2e2f7a9a7dd6eb3971bd
3
+ metadata.gz: 1ee9d8410bc7f8540b6f5b0a987469a0cfde038d24d6bec2cb16ae768134332c
4
+ data.tar.gz: 0ee8278d05833f1ff7adc814b8188941ff1ed5046347a25eb7ef99c7f1322dc8
5
5
  SHA512:
6
- metadata.gz: 04c0d0fcc89184977eb2dd25eaf7d96201defd226833cb1d7d888d224af2f0d4b14389696a3a6b0264a4c6bd432fa25e7603dc2a7bed40ace5ebb268447f208e
7
- data.tar.gz: 2214139498464f034dfe41cc3d709955db541dacb98047123eac5b955704d4beeb056586176a96b936d7d6453c6e5f415c98ed4b88ac48a59ecab8ea16897b3c
6
+ metadata.gz: e086663d8981b9100b5f597aa2bb07bb52286d08db84a6266ec4d05778dfb9bdce076ae6296a86e497afa39867e5f1d70bb8ae3f615886eedbfb40e27c28e8eb
7
+ data.tar.gz: e5e6d1eaeb5dad719bd4ce4ae0a51e9581d7a71d71ad72ea550d2c3d4381374cc90049461708dfd3866ec5474752f805347d4b10e470370388037ac3ad4bb849
@@ -14,7 +14,7 @@
14
14
  </header>
15
15
 
16
16
  <main>
17
- {{ content }}
17
+ {{ content | smartify }}
18
18
  </main>
19
19
 
20
20
  <footer class="footer">
data/_layouts/page.html CHANGED
@@ -4,5 +4,5 @@ layout: default
4
4
 
5
5
  <article class="page">
6
6
  <h1 class="page-title">{{ page.title }}</h1>
7
- {{ content }}
7
+ {{ content | smartify }}
8
8
  </article>
data/_layouts/post.html CHANGED
@@ -3,9 +3,9 @@ layout: default
3
3
  ---
4
4
 
5
5
  <article class="post">
6
- <h1 class="post-title">{{ page.title }}</h1>
6
+ <h1 class="post-title">{{ page.title | smartify }}</h1>
7
7
  <time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}</time>
8
- {{ content }}
8
+ {{ content | smartify }}
9
9
  </article>
10
10
 
11
11
  {% if site.related_posts != empty %}
@@ -15,7 +15,7 @@ layout: default
15
15
  {% for post in site.related_posts limit:3 %}
16
16
  <li>
17
17
  <a href="{{ site.baseurl }}{{ post.url }}">
18
- {{ post.title }}
18
+ {{ post.title | smartify }}
19
19
  <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
20
20
  </a>
21
21
  </li>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noir-for-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-02 00:00:00.000000000 Z
11
+ date: 2020-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll