jekyll-theme-glueckkanja 1.2.8 → 1.2.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a96fde85d61f4996832a1a30da3bff49371a5dd0d5c2341ca4c0727c95475a7b
4
- data.tar.gz: db66b2ba5432013ac60c10365451ec5f5969f5224402ba501fc4f50e02c783e4
3
+ metadata.gz: 53ed6937f54702708cf4869202b10f9df8ef2a3e816372c9c6f5caa03c242cab
4
+ data.tar.gz: 200d905ae68f940ca7725df1edd41d40c4e0e7a6edb85ae062c5b9d1bf60dbdf
5
5
  SHA512:
6
- metadata.gz: 97aa58456c6fb50812d53126a4e55e6d658c4508db2c940dd9d00e0d5413659cc948e4c4cee6d36397d1da84bb1f6584b6491697c1c7b7f6731d4ba262b0aebb
7
- data.tar.gz: fa10560e270cc292d04c51f36d05bc4c71cc5f0b6f7200205f90e2d8860a8af728fef738c27ecb1c21e9974779d3b0d45dc993a839b8ada41576624b2ae09d52
6
+ metadata.gz: 60f2fa216d3562b0523030e90496281b142dd6387a73e87e8ac6903f6e7bcf626fe689d9a2d1f24fcfe6d1374d940fe061210bed2f811647b3a6dad13c93d1a2
7
+ data.tar.gz: 57a6cb4d7520d2b10a42f9bfa89d86dc0ef2d37295571e011af116a9708cadca349712dd75582dc2bdb861d7b3deaa2eb35a180c73f22843910da23a4e05be60
@@ -0,0 +1,26 @@
1
+ <style>
2
+ .backurl-small{ background-image:
3
+ linear-gradient(
4
+ rgba(0, 0, 0, 0.5),
5
+ rgba(0, 0, 0, 0.5)
6
+ ),
7
+ url(https://res.cloudinary.com/glueckkanja/image/upload/c_limit,f_auto,q_auto,dpr_auto/blog/heads/{{ page.blogtitlepic }}.jpg);}
8
+ @media
9
+ only screen and (-webkit-min-device-pixel-ratio: 2),
10
+ only screen and ( min--moz-device-pixel-ratio: 2),
11
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
12
+ only screen and ( min-device-pixel-ratio: 2),
13
+ only screen and ( min-resolution: 192dpi),
14
+ only screen and ( min-resolution: 2dppx) {
15
+ .backurl-small{background-image:
16
+ linear-gradient(
17
+ rgba(0, 0, 0, 0.5),
18
+ rgba(0, 0, 0, 0.5)
19
+ ),
20
+ url(https://res.cloudinary.com/glueckkanja/image/upload/c_limit,f_auto,q_auto,dpr_auto/blog/heads/{{ page.blogtitlepic }}.jpg);}}
21
+ </style>
22
+ <section class="blogtitlepic-small container-fluid backurl-small">
23
+ <h1>{{page.title}}</h1>
24
+ </section>
25
+
26
+
@@ -8,7 +8,7 @@
8
8
 
9
9
  {% assign transparent = true %}
10
10
  {% include navigation.html currentRequest=currentRequest transparent=transparent %}
11
- {% include blogtitlepic.html %}
11
+ {% include blogtitlepic-small.html %}
12
12
 
13
13
  <section class="main" id="start">
14
14
  {{ content }}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-glueckkanja
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@glueckkanja"
@@ -103,6 +103,7 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - LICENSE.txt
105
105
  - README.md
106
+ - _includes/blogtitleepic-small.html
106
107
  - _includes/blogtitlepic.html
107
108
  - _includes/contactform.html
108
109
  - _includes/footer.html