Sha256: 983b9c31bd4856cf0f30eae2b61e17fcaf8f929dfe9c50696bac674bce750b35

Contents?: true

Size: 789 Bytes

Versions: 9

Compression:

Stored size: 789 Bytes

Contents

<style>
.backurl{ background-image:
    linear-gradient(
          rgba(0, 0, 0, 0.5),
          rgba(0, 0, 0, 0.5)
    ),
    url(/img/blogheads/{{ page.blogtitlepic }}.jpg);}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
.backurl{background-image:
    linear-gradient(
          rgba(0, 0, 0, 0.5),
          rgba(0, 0, 0, 0.5)
    ),
url(/img/blogheads/{{ page.blogtitlepic }}@2x.jpg);}}
</style>
<section class="blogtitlepic container-fluid backurl">
      <h1>{{page.title}}</h1>
</section>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-0.8.0 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.8 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.6 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.5 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.4 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.3 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.2 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.1 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.7.0 _includes/blogtitlepic.html