Sha256: 1699dbe38adedaca62b689984ba5125b95e16371c1e7016722ec0e38c8e2a6ac

Contents?: true

Size: 736 Bytes

Versions: 66

Compression:

Stored size: 736 Bytes

Contents

<!DOCTYPE html>
<html lang="{{site.active_lang}}" class="no-js">

  {% include head.html %}
  {% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %}

  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"  data-offset="151" class="blog-post">

    {% assign transparent = true %}
    {% include navigation.html currentRequest=currentRequest transparent=transparent %}
    {% include blogtitlepic.html %}

		<section id="start" class="container">
      <h4>{{page.date | date: '%B %d, %Y'}} / by {{page.author}}</h4>
      <br>
			{{ content | markdownify }}
    </section>

    {% include footer.html %}
    {% include scripts.html %}

  </body>
</html>
<!-- Page Info: Blog Post Layout -->

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _layouts/post.html
jekyll-theme-glueckkanja-1.2.28 _layouts/post.html
jekyll-theme-glueckkanja-1.2.27 _layouts/post.html
jekyll-theme-glueckkanja-1.2.26 _layouts/post.html
jekyll-theme-glueckkanja-1.2.25 _layouts/post.html
jekyll-theme-glueckkanja-1.2.24 _layouts/post.html
jekyll-theme-glueckkanja-1.2.23 _layouts/post.html
jekyll-theme-glueckkanja-1.2.22 _layouts/post.html
jekyll-theme-glueckkanja-1.2.21 _layouts/post.html
jekyll-theme-glueckkanja-1.2.20 _layouts/post.html
jekyll-theme-glueckkanja-1.2.19 _layouts/post.html
jekyll-theme-glueckkanja-1.2.18 _layouts/post.html
jekyll-theme-glueckkanja-1.2.17 _layouts/post.html
jekyll-theme-glueckkanja-1.2.16 _layouts/post.html
jekyll-theme-glueckkanja-1.2.15 _layouts/post.html
jekyll-theme-glueckkanja-1.2.14 _layouts/post.html
jekyll-theme-glueckkanja-1.2.13 _layouts/post.html
jekyll-theme-glueckkanja-1.2.12 _layouts/post.html
jekyll-theme-glueckkanja-1.2.11 _layouts/post.html
jekyll-theme-glueckkanja-1.2.10 _layouts/post.html