Sha256: 26bdab5ca738e647c3f0093b66e766ea97f2580f7c8196a25cbaef800543c849
Contents?: true
Size: 1.6 KB
Versions: 2
Compression:
Stored size: 1.6 KB
Contents
--- layout: default --- <!-- Page Header --> {% if page.background %} <header class="masthead" style="background-image: url('{{ page.background | prepend: site.baseurl | replace: '//', '/' }}')"> {% else %} <header class="masthead"> {% endif %} <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-10 mx-auto"> <div class="post-heading"> <h1>{{ page.title }}</h1> {% if page.subtitle %} <h2 class="subheading">{{ page.subtitle }}</h2> {% endif %} <span class="meta">Posted by {% if page.author %} <a href="#">{{page.author}}</a> {% endif %} on {{ page.date | date: '%B %d, %Y' }}</span> </div> </div> </div> </div> </header> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-10 mx-auto"> {{ content }} <hr> <div class="clearfix"> {% if page.previous.url %} <a class="btn btn-primary float-left" href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{ page.previous.title }}">← Previous<span class="d-none d-md-inline"> Post</span></a> {% endif %} {% if page.next.url %} <a class="btn btn-primary float-right" href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{ page.next.title }}">Next<span class="d-none d-md-inline"> Post</span> →</a> {% endif %} </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jz-theme-clean-blog-1.0.3 | _layouts/post.html |
jz-theme-clean-blog-1.0.0 | _layouts/post.html |