simport 1.1.0 → 1.2.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
  SHA1:
3
- metadata.gz: b2ba933edadec7d2c0e1474b61b88e1741bda528
4
- data.tar.gz: 43ea695c900a3971c91a0ea18317c44654039393
3
+ metadata.gz: e9d7d5d4dca32c754d85735fdab4735d57ba2485
4
+ data.tar.gz: 66ddbae201c6942e34b8a027bb60636601b1d17c
5
5
  SHA512:
6
- metadata.gz: 8cc5bef49aa2038ee3e862553af731383e0e8dc2590c3fe67950f84dd624d7fb168940a77d3e82ee44d1afbc785e253a2c434c90f5b453cc25d2f009e04cac32
7
- data.tar.gz: e71cbe4b5c77bb5c94fe8c12e0a67b516da16dea35c62b8a2e3e4ae05a15edce52233c8f407ce3535583006f101ebdfe16382b153f3a4d9607636495c4c0b8db
6
+ metadata.gz: a5954e4e9fe95c07c9ba36aae9562869a09156caf1de76efc43f3fc88f3b121282fb58846c42257d398c4b6f7b53f7529625e83c0feb9d5bd3f014aee7ba1ad8
7
+ data.tar.gz: 59fec5fa136491d688de01035d59b314e569318e2bab1ccc198ab81ff9cccfc640acdf2a7d853ea72da047202165d188a5ad7541e63ff9d2308a0320b3198c54
data/README.md CHANGED
@@ -66,7 +66,7 @@ You can add a top level page with two steps.
66
66
 
67
67
  #### home
68
68
 
69
- This layout is designed for the homepage. Simply an centered area for introduction text. This accepts a heading in the form of a liqiud variable named `heading` of from a `_includes/heading.html` file. If the heading variable exists it will be displayed. Otherwise the `heading.html` file will be displayed.
69
+ This layout is designed for the homepage. Simply an centered area for introduction text.
70
70
 
71
71
  #### blog/post
72
72
 
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <title>{{ page.title }}</title>
6
- <link rel="stylesheet" href="/assets/css/styles.css">
6
+ <link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}">
7
7
  {% feed_meta %}
8
8
  {% seo %}
9
9
  </head>
@@ -2,11 +2,5 @@
2
2
  layout: default
3
3
  ---
4
4
  <div id="home">
5
- {% if page.heading %}
6
- {{ page.heading }}
7
- {% else%}
8
- {% include heading.html %}
9
- {% endif %}
10
-
11
5
  {{ content }}
12
6
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simport
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Redhwan Nacef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-04 00:00:00.000000000 Z
11
+ date: 2019-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll