jekyll-theme-glueckkanja 1.2.20 → 1.2.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/keyvisual-v02.html +2 -2
- data/_layouts/default-with-image-v02.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee3abf1063028c0c2f2f0c6745ff4f38bd49ddce7632ce5ee2e42e7d0096aeb1
|
4
|
+
data.tar.gz: 949661bdfb4406d644cad968c5695fdfc27b2bc1267844545e71084d040727fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f88d557d3cb765ab5e3d7538f1cdc333ebfc94833d74bcc8568d62d5b264cb1a8c21c12cc9279eef6a7906ca1f4cf13f92d2088e86c3d6057f6dabea16b8f094
|
7
|
+
data.tar.gz: 7d385bc9c337f7947626f67ebd70bf6d00d048fc8153c146d123e1d8c200c251a21836bc90f24faf8a24d03c66c2d4121e00784eca6109d82f2f24fa3ceeff62
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{% if page.keyvisual %}
|
2
|
-
<section class="keyvisual" height="
|
3
|
-
<picture height="
|
2
|
+
<section class="keyvisual" height="500">
|
3
|
+
<picture height="500">
|
4
4
|
<source
|
5
5
|
srcset="https://res.cloudinary.com/glueckkanja/image/upload/c_limit,f_auto,q_auto,dpr_2.0/keyvisuals/{{ page.keyvisual }}.jpg 2x"
|
6
6
|
media="(max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 768px) and (min-resolution: 144dpi)">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="151">
|
8
8
|
|
9
9
|
{% include navigation.html currentRequest=currentRequest %}
|
10
|
-
{% include keyvisual.html %}
|
10
|
+
{% include keyvisual-v02.html %}
|
11
11
|
|
12
12
|
<section id="start">
|
13
13
|
{{ content }}
|