Sha256: f858ba1c88b528518cf429039fbceccb02d9cb5bae19b80f30963c6aa7f79344
Contents?: true
Size: 883 Bytes
Versions: 2
Compression:
Stored size: 883 Bytes
Contents
--- layout: base --- <div id="content" class="container content" itemscope itemtype="http://schema.org/BlogPosting"> <h1 itemprop="name headline">{{ page.title }}</h1> <p class="content__info"> <time datetime="{{ date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date: "%-d %B %Y" }} </time> {% if page.author %} | <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">{{ page.author }}</span> </span> {% endif %} <br> This work is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. </p> <div id="toc"> {% toc %} </div> <div itemprop="articleBody"> {{ content }} </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-tallneck-0.1.2 | _layouts/post.html |
jekyll-theme-tallneck-0.1.1 | _layouts/post.html |