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 +4 -4
- data/_includes/header.html +3 -3
- data/_layouts/not-found.html +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecc2f29ee94bb66405f4d3b707983d39edcaa024
|
4
|
+
data.tar.gz: 0a2c3d1a37b8ee7c8147fa00b46d831f98e350bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '094cad76710bf4304b326d9f727cf4d87945bacd3757633ae217b1819e9ed294f89b7df74523b7f0788d0b6d3a27fe8e62c5967129d6cbfa228c967019d22913'
|
7
|
+
data.tar.gz: 90148ce3a55ed456c296dacd66341f40057a728132dbd6155b28e09efd63bc725fb2f620de5e4af98334e1678d85180af63dc5903db981f8aa25e4688247e8ff
|
data/_includes/header.html
CHANGED
@@ -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="{{
|
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="{{
|
54
|
-
<a href="{{
|
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>
|
data/_layouts/not-found.html
CHANGED
@@ -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={{
|
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="{{
|
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="{{
|
68
|
-
<a href="{{
|
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>
|