52 lines
1.2 KiB
HTML
52 lines
1.2 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article class="h-entry">
|
|
{% if page.title || page.summary %}
|
|
<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>
|
|
{% endif %}
|
|
|
|
<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>
|
|
|
|
<!-- <dt>Category</dt> -->
|
|
<!-- <dd> -->
|
|
<!-- </dd> -->
|
|
|
|
<!-- <dt>Tags</dt> -->
|
|
<!-- <dd> -->
|
|
<!-- <ul> -->
|
|
<!-- {% for tag in page.tags %} -->
|
|
<!-- <li><a href= -->
|
|
<!-- {% endfor %} -->
|
|
<!-- </ul> -->
|
|
<!-- </dd> -->
|
|
</dl>
|
|
{% webmentions page.url %}
|
|
{% for target in page.syndicate_to %}
|
|
<a href="{{ site.webmentions.syndication[target].endpoint }}"></a>
|
|
{% endfor %}
|
|
</footer>
|
|
</article>
|
|
{% webmentions_js %}
|