2017 © Pedro Peláez
 

library link-new-tab

Latte macro for links that should open in new tab.

image

arachne/link-new-tab

Latte macro for links that should open in new tab.

  • Wednesday, May 18, 2016
  • by enumag
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Arachne/LinkNewTab

Build Status Coverage Status Latest stable Downloads this Month License, (*1)

Latte macro for links that should open in new tab., (*2)

Inspired by this article., (*3)

Installation

The best way to install Arachne/LinkNewTab is using Composer., (*4)

$ composer require arachne/link-new-tab

Usage

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

The Versions

18/05 2016

dev-master

9999999-dev

Latte macro for links that should open in new tab.

  Sources   Download

MIT

The Requires

 

The Development Requires

nette latte arachne