feature(link) add title

This commit is contained in:
coderaiser 2014-12-31 03:59:09 -05:00
parent 32b47b9966
commit 102ec0731a
3 changed files with 13 additions and 13 deletions

View file

@ -1 +1 @@
<a href="{{ link }}" title="{{ name }}" {{ attribute }}draggable="true">{{ name }}</a>
<a href="{{ link }}" title="{{ title }}" {{ attribute }}draggable="true">{{ name }}</a>