I use a standard Link Widget, where I have created two blocks(displayFooterLink, displayFooterLinks2) and put inside links. If click over I can edit links. In my case I binded pages are active.
In template I have two places for hooks:
<div class="col-sm-4 col-lg-2">
{hook h='displayFooterLinks'}
</div>
<div class="col-sm-4 col-lg-2">
{hook h='displayFooterLinks2'}
</div>
In result on the page I see these two blocks with titles, but there are not links inside that were checked. Why?