garth-jekyll-theme 0.2.6 → 0.2.7

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
  SHA1:
3
- metadata.gz: 52700b07818a33887ae7b0369ac3279299f62072
4
- data.tar.gz: cd15bdea3a3931e7aeaf8e1fc927f8d64747ab92
3
+ metadata.gz: 2bed00398eb98f1c69b687356b41357ab404b7c2
4
+ data.tar.gz: 8a82f98a4627e77d9cf5fe968082e61c30318c22
5
5
  SHA512:
6
- metadata.gz: bfb21fdc053f36a545f69b8d2f54316421ab215165acbb212846a85bf5f62615d2b3d46dd93529a98a3320ed6f9c54ead1ab789a214daea40e76c07798188fc2
7
- data.tar.gz: b0e51f9920fd63897bf9f92ac2fbe07720e01f5fcaf92aac26eb723c6fa9317b968d8b494646a08770a064304aacbcf50d920c1a6d19eae66b4c346ec8680770
6
+ metadata.gz: 2205d3cebd9c9a623168aa548e07197ed2b493b89c7696dfde9bf107fde799752ffda9afa4c955290c90cb29f1679479d58d6360da4b5a360623135a05bb69bb
7
+ data.tar.gz: 882887db6a0879a21828f29a7cf2c724228baf74780aace7d1ef26cd3c45c6d9a9ab188a2edaf60e1c1ea024013bb5bd046a3745a44a2985c3968e5762709242
data/_includes/posts.html CHANGED
@@ -1,22 +1,22 @@
1
- <ul class="posts">
2
- {% for item in paginator.posts %}
1
+ <ul class="posts">
2
+ {% for item in site.posts %}
3
3
 
4
- <li class="post container">
4
+ <li class="post container">
5
5
 
6
- <article class="article typeset">
6
+ <article class="article typeset">
7
7
 
8
- <h2>
9
- <a href="{{ item.url }}" title="{{ item.title }}">{{ item.title }}</a>
10
- </h2>
8
+ <h2>
9
+ <a href="{{ item.url }}" title="{{ item.title }}">{{ item.title }}</a>
10
+ </h2>
11
11
 
12
- <small class="small">
13
- <time datetime="{{ item.date | date_to_xmlschema }}" class="time">{{ item.date | date_to_string }}</time>
14
- </small>
12
+ <small class="small">
13
+ <time datetime="{{ item.date | date_to_xmlschema }}" class="time">{{ item.date | date_to_string }}</time>
14
+ </small>
15
15
 
16
- {{ item.excerpt | markdownify }}
16
+ {{ item.excerpt | markdownify }}
17
17
 
18
- </article>
19
- </li>
18
+ </article>
19
+ </li>
20
20
 
21
- {% endfor %}
22
- </ul>
21
+ {% endfor %}
22
+ </ul>
@@ -4,7 +4,8 @@
4
4
  <!-- General meta -->
5
5
  <meta charset="utf-8">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
-
7
+ <title>{{ page.title }} - {{ site.title }}</title>
8
+
8
9
  {% if site.logo %}
9
10
  {% include favicons.html %}
10
11
  {% endif %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garth-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Darnes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-07-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A stupidly simple theme for Jekyll (3.2), using official Jekyll theme
14
14
  implementation