Add support for u-syndication of each entry, tracking where else it's been posted
This commit is contained in:
parent
716769d24e
commit
401c544ef1
4 changed files with 18 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
<time .dt-updated datetime=#{timeUnfriendly updated} :published == updated:hidden>
|
||||
<i .fa.fa-pencil>
|
||||
#{timeFriendly updated}
|
||||
$forall (E.Value url, E.Value icon, E.Value name) <- posses
|
||||
<a .u-syndication href=#{url}>
|
||||
<i .fa.fa-#{icon}>
|
||||
#{name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue