23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="post">
|
|
<header class="post-header">
|
|
<h1 class="post-title" id="terminal">{{ site.title }} {{ page.title }}</h1>
|
|
<p class="post-meta" style="padding: 0px 0px 0px 0px;">{% if page.date %}{{ page.date | date: "%b %-d, %Y %H:%M:%S" }}{% endif %}
|
|
{% if page.date and page.date_updated %} - {% endif %}
|
|
{% if page.date_updated %}Edited: {{ page.date_updated | date: "%b %-d, %Y %H:%M:%S" }}{% endif %}
|
|
{% if page.date or page.date_updated %} ({{ page.date | date: "%Z" }}){% endif %}{% if page.author %}, <a href="{{ page.author_url }}" target="_blank" class="user">{{ page.author }}</a>{% endif %}</p>
|
|
</header>
|
|
<article class="post-content">
|
|
{{ content }}
|
|
{% if page.noComments != true %}
|
|
<h2>Comments</h2>
|
|
<section id="isso-thread"><noscript>Javascript needs to be activated to view comments.</noscript></section>
|
|
<script data-isso="/comments" src="/comments/js/embed.min.js"></script>
|
|
{% endif %}
|
|
<!--<p>Permalink: <a href="{{ page.url }}" title="{{ site.url }}{{ page.url }}">{{ site.url }}{{ page.url }}</a></p>-->
|
|
</article>
|
|
</div>
|
|
|