jekyll-theme-tactile-nogh 0.2.0 → 0.2.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/_layouts/default.html +3 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5dbc3ceed19c5903b7ef769220d87786d8c9e350
4
- data.tar.gz: 96c74d07b3aad680bdba61ab529aab15dcf078bf
3
+ metadata.gz: d80ef4e66d4432b71ecda2e9ea55f4177700a176
4
+ data.tar.gz: 3117f88cf2ff7018630b1c8170d9beebb3636be1
5
5
  SHA512:
6
- metadata.gz: 618ed968f7b06b0efc81a7b5504a15a774aa0a2c9a5da11fdcf28faee106a8c6acdddb528ccaaadecba68e497d3476bac667b4f68a18da6667dd1044b7b2c975
7
- data.tar.gz: 34fe4700e970f2b7866c07d4917d4eb1b7e5d5f33c244cf20e1daa326f0cffb3b3ffa6fff95fc8efeae82262094916630378696419c85d7f270fb97cce74a2c1
6
+ metadata.gz: 74c96eb39ded7b512a7f7777fc55d102812f523682604ae950e8e6e921c08ad73f2720b7edc1d96f7e005e9cbd5b7ba342760606213663fd20a79e9799753455
7
+ data.tar.gz: 369128dc846e63c72e3da208e92f6d10c5728c24ebc550c21719f9082e844ebe5c28a0ea22a1319952e3619ab4e4739057259853c28113932c885c0d9c81c379
data/README.md CHANGED
@@ -30,6 +30,7 @@ Tactile will respect the following variables, if set in your site's `_config.yml
30
30
  ```yml
31
31
  title: [The title of your site]
32
32
  description: [A short description of your site's purpose]
33
+ maintainer: [The maintainer of the site]
33
34
  ```
34
35
 
35
36
  Additionally, you may choose to set the following optional variables:
@@ -6,9 +6,6 @@
6
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
7
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8
8
  <link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
9
  {% if site.matomo.host %}
13
10
  <!-- Matomo -->
14
11
  <script type="text/javascript">
@@ -44,7 +41,9 @@
44
41
  {% if site.tar_url %}
45
42
  <a href="{{ site.tar_url }}" class="btn">Download as .tar.gz</a>
46
43
  {% endif %}
47
- <a href="{{ site.repository_url }}" class="btn">View Project</a>
44
+ {% if site.repository_url %}
45
+ <a href="{{ site.repository_url }}" class="btn">View Project</a>
46
+ {% endif %}
48
47
  </section>
49
48
  <hr>
50
49
  <section id="main_content">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-tactile-nogh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uwe Plonus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-18 00:00:00.000000000 Z
11
+ date: 2019-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll