sloane.sh/_layouts/post.html

58 lines
1.3 KiB
HTML

---
layout: default
---
<article class="h-entry">
<header>
{% if page.title %}
<h1 class="p-name">{{ page.title | smartify }}</h1>
{% endif %}
{% if page.summary %}
<p class="p-summary">{{ page.summary }}</p>
{% endif %}
</header>
<div class="e-content">
{{ content }}
</div>
<hr />
<footer>
<dl>
<dt>Author</dt>
<dd>
<a class="p-author h-card" href="{{ site.author.url }}">{{ site.author.name }}</a>
</dd>
<dt>Published</dt>
<dd><time datetime="{{ page.date }}">{{ page.date | date: "%B %e, %Y" }}</time></dd>
<!-- <dt>Category</dt> -->
<!-- <dd> -->
<!-- </dd> -->
<!-- <dt>Tags</dt> -->
<!-- <dd> -->
<!-- <ul> -->
<!-- {% for tag in page.tags %} -->
<!-- <li><a href= -->
<!-- {% endfor %} -->
<!-- </ul> -->
<!-- </dd> -->
</dl>
<ul>
{% for url in page.syndication %}
<li><a class="u-syndication" href="{{ url }}">{{ url }}</a></li>
{% endfor %}
</ul>
{% webmentions page.url %}
{% for target in page.syndicate_to %}
<a href="{{ site.webmentions.syndication[target].endpoint }}"></a>
{% endfor %}
</footer>
</article>
{% webmentions_js %}