X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..8498af717f834e465551d64b07d9c22a0efe75fe:/ralf/_includes/post-header.html?ds=sidebyside

diff --git a/ralf/_includes/post-header.html b/ralf/_includes/post-header.html
index 435447b..1638d59 100644
--- a/ralf/_includes/post-header.html
+++ b/ralf/_includes/post-header.html
@@ -1,6 +1,6 @@
-<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 %}
-    {% if include.item.categories %}  • {{ include.item.categories | category_links }}{% endif %}
-     • <a href="{{ include.item.url }}">Permalink</a>
-</div>
+{{ include.item.date | date: "%b %-d, %Y" }}
+{% if include.item.author %} • {{ include.item.author }}{% endif %}
+{% if include.item.meta %} • {{ include.item.meta }}{% endif %}
+{% if include.item.categories %}  • {{ include.item.categories | category_links }}{% endif %}
+ • <a href="https://git.ralfj.de/web.git/history/refs/heads/master:/ralf/{{include.item.path}}">Edits</a>
+ • <a href="{{ include.item.url }}">Permalink</a>