_layouts/post.html in jekyll-theme-tallneck-0.1.0 vs _layouts/post.html in jekyll-theme-tallneck-0.1.1
- old
+ new
@@ -1,27 +1,27 @@
----
-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>
+---
+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>
\ No newline at end of file