Sha256: e195d596b41431f426dfe6c615fb5ed41632df1fa6d7cc6d25b577fc593d6ab5
Contents?: true
Size: 1.43 KB
Versions: 4
Compression:
Stored size: 1.43 KB
Contents
--- layout: default --- <main class="post"> <section class="post__content"> {% if page.image %} <figure> <img class="figure-img img-fluid" src="{{ page.image }}" alt="{{ page.title | escape }}"> </figure> {% endif %} {{ content }} </section> <aside class="post__content__nav"> {% include breadcrumbs.html %} {% include toc.html html=content %} {% include top.html %} </aside> <nav class="post__navbar"> {% if page.previous.url %} <div class="post__navbar__newer"> {% else %} <div class="post__navbar__newer--disabled"> {% endif %} <a href="{{ page.previous.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a> </div> <div class="blog__navbar_entries"> <a href="{{ "/blog" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a> </div> {% if page.next.url %} <div class="post__navbar__older"> {% else %} <div class="post__navbar__older--disabled"> {% endif %} <a href="{{ page.next.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a> </div> </nav> </main>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-centos-0.2.3 | _layouts/post.html |
jekyll-theme-centos-0.2.2 | _layouts/post.html |
jekyll-theme-centos-0.2.1 | _layouts/post.html |
jekyll-theme-centos-0.2.0 | _layouts/post.html |