Sha256: e20070519f88b7355139058d56c42496b5960eb0a0c8fe5ad24022ef87564152

Contents?: true

Size: 945 Bytes

Versions: 9

Compression:

Stored size: 945 Bytes

Contents

<style>
      .backurl{ background-image:
          linear-gradient(
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
          ),
          url(/static/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(/static/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.9.4 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.9.3 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.9.2 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.9.1 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.9.0 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.8.5 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.8.3 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.8.2 _includes/blogtitlepic.html
jekyll-theme-glueckkanja-0.8.1 _includes/blogtitlepic.html