jekyll-kde-theme 0.2.8 → 0.2.9

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: d32e4cc9fefec9760476449f5696e400c80aeb194da46b5fd5e8671dc59a978e
4
- data.tar.gz: 6fdde8c3e72d0a9dfbbc2c989ec7515206046c2b728090dc9a47996e53309050
3
+ metadata.gz: 7cd06f69b8917117a1910df11ffdbc17db5b785e0f8736d65020bfa91378550f
4
+ data.tar.gz: b95f16f2c46163a8f7f0772512365bb02bba58e024ae26bc93ca5f2e7af3d911
5
5
  SHA512:
6
- metadata.gz: 1f2279751ba7144f6608f4ebedb7a11a59ed0dbad3b1cd219f6591eb4c06e5b00d86b0d19b3be165354385437e77e3771b6de288c1c5604d9ba3da75e276aaa5
7
- data.tar.gz: 94b665eae4897ab31387f9e8640e7e28d895fffd62612a393424dee270b2ec4a92e7b8bdb2908d4456c73982d2f466164c86ab73e7fb4c4c8cda7e4adb38147a
6
+ metadata.gz: 676f7d805f75aa787c4a84e99b3426758f77417b300f1be91346f735621220cccacbf65d3792e2b5534288cff72377549034b6e15d23a98a8688268e7242369e
7
+ data.tar.gz: cdfbc966023e35568ca2930e0baa9aa991f7c36d213bfb3a8bb4c746b7f08df6c110d4902c1bda28170c989d933d8395e98f4d7877cc809022de82db46821ed1
@@ -23,17 +23,18 @@
23
23
  </section>
24
24
 
25
25
  <section id="kLinks">
26
- <nav>
27
- <h3>Community</h3>
28
- <a href="https://forum.kde.org">Forums</a>
29
- </nav>
26
+ <div class="row">
27
+ <nav class="col-sm">
28
+ <h3>Community</h3>
29
+ <a href="https://forum.kde.org">Forums</a>
30
+ </nav>
30
31
 
31
- <nav>
32
- <h3>News &amp; Press</h3>
33
- <a href="https://www.kde.org/announcements/">Announcements</a>
34
- <a href="https://dot.kde.org/">KDE.news</a>
35
- <a href="https://planetkde.org/">Planet KDE</a>
36
- </nav>
32
+ <nav class="col-sm">
33
+ <h3>News &amp; Press</h3>
34
+ <a href="https://www.kde.org/announcements/">Announcements</a>
35
+ <a href="https://dot.kde.org/">KDE.news</a>
36
+ <a href="https://planetkde.org/">Planet KDE</a>
37
+ </nav>
37
38
  </div>
38
39
  </section>
39
40
 
data/_includes/head.html CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  <title>{{ site.title }}</title>
7
7
 
8
+ {% if page.summary %}
9
+ <meta name="description" content="{{ page.summary | escape }}">
10
+ {% endif %}
11
+ {%if page.tags %}
12
+ <meta name="keywords" content="{{ page.tags | join: ', ' | escape }}"/>
13
+ {%endif %}
14
+
8
15
  <!-- Icons -->
9
16
  <link href="/assets/aether/media/192x192.png" rel="icon" sizes="192x192" />
10
17
  <link href="/assets/aether/media/180x180.png" rel="apple-touch-icon" sizes="180x180" />
data/_sass/base.scss CHANGED
@@ -439,7 +439,7 @@ main.navfix {
439
439
  padding: 30px 20px 30px 0;
440
440
 
441
441
  nav {
442
- width: 20%;
442
+ max-width: 200px;
443
443
  display: inline-block;
444
444
  box-sizing: border-box;
445
445
  vertical-align: top;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-kde-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Schwan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-09 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll