projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more uniformity for blog post headers; change link colors a bit
[web.git]
/
personal
/
_includes
/
post-header.html
diff --git a/personal/_includes/post-header.html
b/personal/_includes/post-header.html
new file mode 100644
(file)
index 0000000..
6163cf5
--- /dev/null
+++ b/
personal/_includes/post-header.html
@@ -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>