jekyll-theme-newtype 0.1.2 → 0.1.3

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: b486aa9c26233312c005b12d48d31de8114f9549e794736b2143aa0f2e80ab0b
4
- data.tar.gz: 0be420068eb26fd3d90159cd98d00730fd3fb58b42488572f1ab9e1b31573539
3
+ metadata.gz: 8c523f512e91640e75298aa0ba3bc056dbf6ce99cf24ac427b8bc5f1cae24f1a
4
+ data.tar.gz: b5251cc73011848665eb7172fca6a5af7f1bdb54efc2368c314d121b73d0f8b2
5
5
  SHA512:
6
- metadata.gz: 40a73178bd408fae777d42367ad9c9ac489354e94bc0f24bae357a4dc7a0f9c16926fd6de6b826fa3c6096bbf108056d5d1eddf4bd6fa09c5e79920ba9266199
7
- data.tar.gz: 271d4e152e81f5b6a90e915f224d706e15fadd7bc1ece4757026c0697c3abec89f3b3c47aa72b11cf54765a13050a4695b1159b0ea889d15b51bf7ed3c8223d6
6
+ metadata.gz: cb1782e15f9c6662df430297372be516d1741fe3862311591055b12afac8c6be33ed8a4d5cb99af4a1eb3141acc9093258256d4c95515232244f334a2c34f80f
7
+ data.tar.gz: 0bc50665e4b48b488ac7a7f13baf2b5d29ac6fd90c9a23599dda33cdbed7a6a0f478f1bc982b0956aa81c1812c6c0477165bedb8a8ec0c0666b298306372ab04
@@ -2,12 +2,12 @@
2
2
  <div class="row">
3
3
  <header>
4
4
  <div class="four columns">
5
- <a href="{{ site.base_url }}">
5
+ <a href="{{ site.url }}">
6
6
  <img class="header-icon" src="{{ "/icon.png" | absolute_url }}" />
7
7
  </a>
8
8
  </div>
9
9
  <div class="eight columns">
10
- <a href="{{ site.base_url }}">
10
+ <a href="{{ site.url }}">
11
11
  <h1 class="header-title">{{ site.title}}</h1>
12
12
  </a>
13
13
  <h4>{{ site.description }}</h4>
@@ -1 +1 @@
1
- <p></p>
1
+ {% include navbar.html %}
@@ -6,6 +6,8 @@ layout: page
6
6
  {% assign category_name = page.category_name %}
7
7
  {% endif %}
8
8
 
9
+ {{ content }}
10
+
9
11
  {% for post in site.categories[category_name] %}
10
12
  {% include post_preview.html %}
11
13
  {% endfor %}
@@ -5,7 +5,6 @@
5
5
 
6
6
  <body>
7
7
  {% include header.html %}
8
- {% include navbar.html %}
9
8
  <hr/>
10
9
 
11
10
  <div class="container">
data/_layouts/home.html CHANGED
@@ -2,6 +2,8 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
+ {{ content }}
6
+
5
7
  {% for post in site.posts %}
6
8
  {% include post_preview.html %}
7
9
  {% endfor %}
data/_sass/newtype.scss CHANGED
@@ -33,6 +33,5 @@
33
33
 
34
34
  .navbar > li{
35
35
  list-style-type: none;
36
- display: inline-block;
37
36
  font-size: 14pt;
38
37
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-newtype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serge Kozlukov