1
0
Fork 0
forked from fun/fun
fun/web/_layouts/page.html

21 lines
953 B
HTML

---
layout: default
---
<div class="post">
<header class="post-header">
<h1 class="post-title" id="terminal">{{ site.title }} {{ page.title }}</h1>
{% if page.noDate != true %}<p class="post-meta" style="padding: 0;">{% if page.date %}{{ page.date | date: "%b %-d, %Y" }} - {% endif %}
Edited: {{ page.path | file_date | date: "%b %-d, %Y" }}{% endif %}{% if page.author %}, <a href="{{ site.git_short }}/{{ page.author }}" target="_blank" class="user">{{ page.author }}</a>{% endif %}</p>
{% if page.subtitle %}<p style="padding: 0px 0px 0px 0px;">{{ page.subtitle }}</p>{% endif %}
</header>
<article class="post-content">
{{ content | toc_generate }}
{% 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 %}
</article>
</div>