arachne/link-new-tab

此包已被废弃,不再维护。未建议替代包。

Latte 宏,用于在新标签页中打开的链接。

dev-master 2016-05-18 16:55 UTC

This package is auto-updated.

Last update: 2022-02-01 12:58:28 UTC


README

Build Status Coverage Status Latest stable Downloads this Month License

Latte 宏,用于在新标签页中打开的链接。

灵感来源于这篇文章

安装

安装 Arachne/LinkNewTab 的最佳方式是使用 Composer

$ 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>