Sha256: 212302bb812397181c0e80669ad738d22eabc6df2ca9d021e1588000fce6ffc9
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
--- layout: default --- {% include outdated.html post=page %} <article> {% if page.hidden %} <aside class="embargo"> {% if page.hidden != true %} <h1>Under embargo until {{ page.hidden | date: "%a, %b %e, %Y %H:%M" }} UTC!</h1> <p>Please respect the embargo by not sharing this URL. The content below may be subject to minor changes before the embargo is lifted.</p> {% else %} <h1>Note: This post is hidden!</h1> <p>Please respect any embargoes by not sharing this URL. The content below may be unfinished, inaccurate, or subject to change.</p> {% endif %} <hr /> </aside> {% endif %} <header> <h1>{% include title.html title=page.title %}</h1> {% if page.description %} <h2>{% include title.html title=page.description %}</h2> {% endif %} {% include byline.html author=page.author date=page.date content=page.content link=true %} {% include tags.html %} </header> <section> {{ content }} </section> {% include thanks.html %} </article> {% include license.html %} {% include social.html %} <h2 class="up-next">Up Next</h2> {% if page.next %} {% unless page.next.hidden %} {% include featured.html post=page.next %} {% endunless %} {% endif %} {% if page.previous %} {% unless page.previous.hidden %} {% include featured.html post=page.previous %} {% endunless %} {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-elementary-blog-1.0.1 | _layouts/post.html |