harms-columns-front-page 3.0.1 → 3.0.2

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: 5158fb098374f2cb90f3f2164aaea8298e1c1b34
4
- data.tar.gz: 3cec469723a984e3f1c7b97372d680b627bce0de
3
+ metadata.gz: ecc2f29ee94bb66405f4d3b707983d39edcaa024
4
+ data.tar.gz: 0a2c3d1a37b8ee7c8147fa00b46d831f98e350bf
5
5
  SHA512:
6
- metadata.gz: b1f7a327d852dcfb4dcfcb5d4cc2a9d073c6667a0cfd42c3411f7763f073de6f224fd2004c0be19674ce5a6f0da338ef2e58ccb148a3c62c5a9d97e0ac355956
7
- data.tar.gz: 36b22405e0bc9000088c314df1a06ebac93a5c8dfa97a5a06a19d89d9885fd2f77d08efaee5cedbfe02890fbd4949da99c4a2ccb04954afb33e8ec99bd15374b
6
+ metadata.gz: '094cad76710bf4304b326d9f727cf4d87945bacd3757633ae217b1819e9ed294f89b7df74523b7f0788d0b6d3a27fe8e62c5967129d6cbfa228c967019d22913'
7
+ data.tar.gz: 90148ce3a55ed456c296dacd66341f40057a728132dbd6155b28e09efd63bc725fb2f620de5e4af98334e1678d85180af63dc5903db981f8aa25e4688247e8ff
@@ -47,11 +47,11 @@
47
47
  <div class="header-content">
48
48
  <div class="header-left">
49
49
  {% if site.profile-image %}
50
- <a href="{{ site.url }}"><div class="profile-image" style="background-image: url('{{ site.profile-image }}')"></div></a>
50
+ <a href="{{ "/" | relative_url }}"><div class="profile-image" style="background-image: url('{{ site.profile-image }}')"></div></a>
51
51
  {% endif %}
52
52
  <div class="header-text">
53
- <a href="{{ site.url }}"><h1>{{ site.title | escape }}</h1></a>
54
- <a href="{{ site.url }}"><p class="sub-title">{{ site.subtitle | escape }}</p></a>
53
+ <a href="{{ "/" | relative_url }}"><h1>{{ site.title | escape }}</h1></a>
54
+ <a href="{{ "/" | relative_url }}"><p class="sub-title">{{ site.subtitle | escape }}</p></a>
55
55
  </div>
56
56
  </div>
57
57
  </div>
@@ -12,7 +12,7 @@
12
12
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
13
13
 
14
14
  <!-- Autmatically redirects the user to the front page after 5 seconds -->
15
- <meta http-equiv="refresh" content="5; URL={{ site.url }}">
15
+ <meta http-equiv="refresh" content="5; URL={{ "/" | relative_url }}">
16
16
 
17
17
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
18
18
 
@@ -61,11 +61,11 @@
61
61
  <div class="header-content">
62
62
  <div class="header-left">
63
63
  {% if site.profile-image %}
64
- <a href="{{ site.url }}"><div class="profile-image" style="background-image: url('{{ site.profile-image }}')"></div></a>
64
+ <a href="{{ "/" | relative_url }}"><div class="profile-image" style="background-image: url('{{ site.profile-image }}')"></div></a>
65
65
  {% endif %}
66
66
  <div class="header-text">
67
- <a href="{{ site.url }}"><h1>{{ site.title | escape }}</h1></a>
68
- <a href="{{ site.url }}"><p class="sub-title">{{ site.subtitle | escape }}</p></a>
67
+ <a href="{{ "/" | relative_url }}"><h1>{{ site.title | escape }}</h1></a>
68
+ <a href="{{ "/" | relative_url }}"><p class="sub-title">{{ site.subtitle | escape }}</p></a>
69
69
  </div>
70
70
  </div>
71
71
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harms-columns-front-page
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Harms