more uniformity for blog post headers; change link colors a bit
[web.git] / ralf / _includes / post-header.html
diff --git a/ralf/_includes/post-header.html b/ralf/_includes/post-header.html
new file mode 100644 (file)
index 0000000..6163cf5
--- /dev/null
@@ -0,0 +1 @@
+<div class="side">{{ include.item.date | date: "%b %-d, %Y" }}{% if include.item.author %} • {{ include.item.author }}{% endif %}{% if include.item.meta %} • {{ include.item.meta }}{% endif %} • <a href="{{ include.item.url }}">Permalink</a></div>