Page MenuHomeSealhub

post.html
No OneTemporary

post.html

---
layout: default
---
<h1>
{{ page.title }}
</h1>
{% if page.image.feature %}
<img src="{{ site.github.url }}/images/{{ page.image.feature }}">
{% endif %}
{{ content }}
<span class="post-date">
Dodano
{% 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 {{ page.author }}
</span>
{% include social-sharing.html %}
{% include related-posts.html %}
{% if site.disqus %}
{% include disqus.html %}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 8, 07:51 (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
810424
Default Alt Text
post.html (649 B)

Event Timeline