projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b875694
)
add a link to the edit history of a post
author
Ralf Jung
<post@ralfj.de>
Wed, 25 Jul 2018 10:32:05 +0000
(12:32 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 25 Jul 2018 10:32:05 +0000
(12:32 +0200)
personal/_includes/post-header.html
patch
|
blob
|
history
diff --git
a/personal/_includes/post-header.html
b/personal/_includes/post-header.html
index 0d98fd8bf06bfef81213a0fe5dc3b83d3012aa70..1638d59a0536b3da132c5acdc92b335b97042510 100644
(file)
--- 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 %}
+ • <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>