dev-master
9999999-devLatte macro for links that should open in new tab.
MIT
The Requires
The Development Requires
nette latte arachne
Latte macro for links that should open in new tab.
Latte macro for links that should open in new tab., (*2)
Inspired by this article., (*3)
The best way to install Arachne/LinkNewTab is using Composer., (*4)
$ composer require arachne/link-new-tab
// Your latte template. <a n:linkNewTab="http://google.com">google</a> // HTML result. <a href="http://google.com" target="_blank" rel="noopener noreferrer">google</a>
Latte macro for links that should open in new tab.
MIT
nette latte arachne