[Objectivity] First Draft

This commit is contained in:
2021-10-30 13:03:40 +01:00
parent d6fc5973f9
commit ceb4a5c065
2 changed files with 29 additions and 0 deletions

View File

@ -5,6 +5,9 @@ layout: default
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="post-subtitle">{{ page.subtitle }}</h1>
{% endif %}
<p class="post-meta">
<span>{{ page.date | date: "%b %-d, %Y" }}</span>
{% if page.meta %} • <span>{{ page.meta }}</span>{% endif %}