neeshtheme 0.1.5 → 0.1.6

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: ea35b0f5223fa78a64715f76ac506eaf356999c9555fe04449a3786e7efc20a9
4
- data.tar.gz: 1f4ff15c1c16d81cab729478d2843052065f63268c4b31db7c420b5e9ce8a8a8
3
+ metadata.gz: f2b10a34951cea8cf7e858a7e3be5e725ca8c9ae74b57d221af88f82b13470d2
4
+ data.tar.gz: a7a26bc6c3d36656df2c426804af98f2a0470750110236d6bf59ca3e9faf34c9
5
5
  SHA512:
6
- metadata.gz: 778d307afa056520173252f5a842e734b67360ef4c893ebab8daa3f5b0a6f6c1314a3cd524cd9309d0ae342b37a73dc14250a10c335b6eee7c6f88f360d74c0a
7
- data.tar.gz: 50ce725b61c6bef82550eb2e127124bb95a4dcc127e7e13d56b8fa76d82be1ff2deb47370c779409d7909f49eb918663db474bebd16e2e7b1cb7ee212b0a25d8
6
+ metadata.gz: 27bd00e271b3b33902e9087a404ff20f64674f1c5bee417cfa2b30fcb0d0e408cd45f8385f8d8d3e93577e9283554104876e1f2f71ab98184e55b8517fd75cad
7
+ data.tar.gz: aebd31664daabf010e0f090dfc1a6cbb58efc4176f9c2f33f25b4159bd0a4fe79982ef28bacac85545878b9d65b1e1171b853a7dc6e1c7da6f45937a4dac091e
@@ -1,8 +1,12 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
+ {%- include head.html -%}
3
4
  <body>
4
- <div class="page-content">
5
- {{ content }}
6
- </div>
5
+ {%- include nav.html -%}
6
+ <main class="page-content">
7
+ <div class="wrapper">
8
+ {{ content }}
9
+ </div>
10
+ </main>
7
11
  </body>
8
12
  </html>
data/_layouts/home.html CHANGED
@@ -2,10 +2,6 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- ---
6
- layout: default
7
- ---
8
-
9
5
  <div class="home">
10
6
  {%- if page.title -%}
11
7
  <h1 class="page-heading">{{ page.title }}</h1>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neeshtheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MisterMjir