From 1b7a10c028bb1743ad15fbdc5748db1f91a6cbee Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 25 Jul 2018 12:32:05 +0200 Subject: [PATCH] add a link to the edit history of a post --- personal/_includes/post-header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/personal/_includes/post-header.html b/personal/_includes/post-header.html index 0d98fd8..1638d59 100644 --- a/personal/_includes/post-header.html +++ b/personal/_includes/post-header.html @@ -2,4 +2,5 @@ {% 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 %} + • Edits • Permalink -- 2.30.2