Sha256: 0129c91776ea952e497a3ae3dfdeade2f8af33aea0fbfe7869942f6019252616
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
--- layout: default --- <h1> {{ page.title }} </h1> {% if page.image %} <img src="{{ page.image }}"> {% endif %} {% include post-metadata.html %} {% if site.data.settings.post_navigation.postion contains 'top' %} {% include post-navigation.html %} {% endif %} {{ content }} <footer> <span class="post-date"> {{ site.data.settings.post_date_prefix }} {% assign d = page.date | date: "%-d" %} {{ page.date | date: "%B" }} {% case d %} {% when '1' or '21' or '31' %}{{ d }}st, {% when '2' or '22' %}{{ d }}nd, {% when '3' or '23' %}{{ d }}rd, {% else %}{{ d }}th,{% endcase %} {{ page.date | date: "%Y" }} by {% if page.author %} {{ page.author }}. {% else %} {{ site.author }}. {% endif %} {% include post-tags.html %} </span> {% include social-sharing.html %} {% if site.data.settings.post_navigation.postion contains 'bottom' %} {% include post-navigation.html %} {% endif %} {% include related-posts.html %} {% if site.data.settings.disqus.comments %} {% include disqus.html %} {% endif %} </footer>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-harveynick-lagrange-3.0.3 | _layouts/post.html |