harms-columns-front-page 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/not-found.html +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5da401b8ca2d1440103ae5167b0085c95bf31672
4
- data.tar.gz: 1f3e26d503c0d9f90fe527378a54f006626e42fe
3
+ metadata.gz: 5158fb098374f2cb90f3f2164aaea8298e1c1b34
4
+ data.tar.gz: 3cec469723a984e3f1c7b97372d680b627bce0de
5
5
  SHA512:
6
- metadata.gz: 5a9e36dafdf4139b4838b20cb1e3583e20a84ae375752881b58544e1c469bc0d9c79e71c2b31ad1e8708aaea70f32a81fcc8ba86e904f3eee0acb8a747b38d87
7
- data.tar.gz: 3d332e49da931c08c75f0f913622ee4119f687bcdfdc902243f11641d9889055cacc43b03a37468088e9af433869891f406c75a6f3274eb143b6f643e54f2335
6
+ metadata.gz: b1f7a327d852dcfb4dcfcb5d4cc2a9d073c6667a0cfd42c3411f7763f073de6f224fd2004c0be19674ce5a6f0da338ef2e58ccb148a3c62c5a9d97e0ac355956
7
+ data.tar.gz: 36b22405e0bc9000088c314df1a06ebac93a5c8dfa97a5a06a19d89d9885fd2f77d08efaee5cedbfe02890fbd4949da99c4a2ccb04954afb33e8ec99bd15374b
@@ -10,7 +10,10 @@
10
10
  <head>
11
11
  <meta charset="utf-8">
12
12
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
13
+
14
+ <!-- Autmatically redirects the user to the front page after 5 seconds -->
13
15
  <meta http-equiv="refresh" content="5; URL={{ site.url }}">
16
+
14
17
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
15
18
 
16
19
  <!-- Displays the site title as set in the global configuration and then the title of the current page if set -->
@@ -39,6 +42,7 @@
39
42
  <!-- CSS that overrides the defaults, when the theme user selected custom colors in the site's global configuration -->
40
43
  {% include custom-styles.html %}
41
44
 
45
+ <!-- Centers the pages content -->
42
46
  <style media="screen">
43
47
  .wrapper {
44
48
  text-align: center !important;
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.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Harms