diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index c1a2e99..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default ---- - -<article> - - <h1 class="post-title">{{ page.title }}</h1> - <div class="author">By {{ page.by }}</div> - - <!-- <header class="post-header"> - <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> - <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p> - </header> --> - - {{ content }} - -</article> |
