link to sloonz's script
[web.git] / personal / _includes / post-header.html
index 435447b48ad0fd26bbdd6a3fa98df2f48ceeada5..36d4a82ae64bea65c0c579e31690c45296db2e63 100644 (file)
@@ -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:/personal/{{include.item.path}}">Edits</a>
+ • <a href="{{ include.item.url }}">Permalink</a>