Hi,
You can drag & drop import this tiddler. It contains this:
A tiddler named: $:/_/ViewTemplate/BacklinksFooter ... tagged: $:/tags/ViewTemplate
<$list filter="[all[current]backlinks[]limit[1]has[title]]" variable=ignore>
<hr>
Backlinks: <$list filter="[!is[system]all[current]backlinks[]sort[title]] -[is[current]]"><$link /> | </$list>
</$list>
The first line is responsible to "only show the footer if the tiddler has backlinks"
Then a horizontal line
The backlinks "list generator"
have fun!
mario