noir-for-jekyll 1.4.0 → 1.5.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: f59928364dcd95667199067b16cf6bea2612dc4f91b13f83f4d4202810068f5d
4
- data.tar.gz: 030fd92738715782986032ffbb4c866972bf1503754c330f1e275e76280f342b
3
+ metadata.gz: cb8aa59355f7fa88b4e79f35bfb31b00c2c87a5a0bef9578c9e17bf8faac0e55
4
+ data.tar.gz: 4126099701ef4b3d958df57dabc804ebde8139cb037e59139954dccc7020a549
5
5
  SHA512:
6
- metadata.gz: a13f365aafd68ad725f4de34d1c681c24e2e12bab55f2c8f4ab6bb3a3b39e3ded0a3c4b0f217985c9d259cd63f2a4c4c11cecf438b11245df56a725b6d0eb8cd
7
- data.tar.gz: b4eb94b4bef734581f427fd0286093a298ff1810417b63217a541a895445c65b29ce72376f87ef4e36442710cf68e0c8f2dac593ffab96acb9741c2512dded4b
6
+ metadata.gz: a235be26be9c6fe2240fb1badcc0f9ccdc79213e99eb5791f1f13668447e142768bf99c226f5b87eb350890fea2a33514ba9531a109cd5fe5fc122b6a23075a2
7
+ data.tar.gz: ea16a20fb70cedb720befd9d1c7867e9d4a230133ae35074163145227efbd81020b18e899c2daf32dcc8807b70cceb920c5d4c70da4ade04fc5812beb528beec
@@ -13,7 +13,7 @@ layout: compress
13
13
  <header class="masthead">
14
14
 
15
15
  <h3 class="masthead-title">
16
- <a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
16
+ <a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a><br>
17
17
  <small>{{ site.tagline }}</small>
18
18
  </h3>
19
19
 
@@ -23,7 +23,6 @@ layout: compress
23
23
  <li><a href="/archive/">archive</a></li>
24
24
  <li><a href="/tags/">tags</a></li>
25
25
  <li><a href="/categories/">categories</a></li>
26
- <li><a href="/about/">about</a></li>
27
26
  <li><a href="/styles/">styles</a></li>
28
27
  </ul>
29
28
  </div>
@@ -35,9 +34,8 @@ layout: compress
35
34
  </main>
36
35
 
37
36
  <footer class="footer">
38
- <small>
39
- Copyright &copy; <time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: '%Y' }}</time>. Change this text in _layouts/default.html
40
- </small>
37
+ <p><a href="https://github.com/essentialenemy/noir/">Noir</a> theme for <a href="https://jekyllrb.com/">Jekyll</a> by <a href="https://essentialenemy.com/">Victor Johnson</a>
38
+ <br><a href="https://github.com/essentialenemy/noir/blob/master/LICENSE.md">Released under MIT License</a></p>
41
39
  </footer>
42
40
  </div>
43
41
 
@@ -13,16 +13,16 @@ layout: default
13
13
 
14
14
  <time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}
15
15
  {% if post %}
16
- {% assign categories = post.categories %}
16
+ {% assign categories = post.categories %}
17
17
  {% else %}
18
- {% assign categories = page.categories %}
18
+ {% assign categories = page.categories %}
19
19
  {% endif %}
20
20
  {% for category in categories %}
21
21
  in <a href="{{site.baseurl}}/categories/#{{category|slugize}}">{{category}}</a>
22
22
  {% unless forloop.last %}&nbsp;{% endunless %}
23
23
  {% endfor %}
24
24
  {%- if page.last_modified_at -%}
25
- <i>(Last updated: {{ page.last_modified_at | date_to_string }})</i>
25
+ <br><i>Last updated on: {{ page.last_modified_at | date_to_string }}</i>
26
26
  {%- endif -%}
27
27
  </time>{% if page.link %}<span class="external-link">External Link</span>{% endif %}
28
28
 
@@ -9,5 +9,8 @@
9
9
  }
10
10
 
11
11
  footer {
12
+ margin-top: 2rem;
12
13
  margin-bottom: 2rem;
14
+ text-align: center;
15
+ font-size: 90%;
13
16
  }
@@ -6,6 +6,7 @@
6
6
  padding-top: 1rem;
7
7
  padding-bottom: 1rem;
8
8
  margin-bottom: 3rem;
9
+ text-align: center;
9
10
  }
10
11
 
11
12
  .masthead-title {
@@ -13,6 +14,8 @@
13
14
  margin-bottom: 20px;
14
15
  color: $body-color;
15
16
  position: relative;
17
+ text-align: center;
18
+ padding-right: 12px;
16
19
 
17
20
  @media (prefers-color-scheme: dark) {
18
21
  color: $body-color-dark;
@@ -48,7 +51,7 @@ ul#navigation-list {
48
51
  display: inline;
49
52
  list-style: none;
50
53
  padding-left: 0;
51
- padding-right: 15px;
54
+ padding-right: 12px;
52
55
  margin: 0;
53
56
  }
54
57
  }
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.4.0
4
+ version: 1.5.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-02-11 00:00:00.000000000 Z
11
+ date: 2020-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll