From ae3d1fed4461e54e1ba2e113246419bd45bfd6b3 Mon Sep 17 00:00:00 2001 From: Sawyer Hollenshead <s.hollenshead@gmail.com> Date: Thu, 5 Jul 2012 15:05:54 -0700 Subject: [PATCH] Open links in new window --- resources/views/about.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/about.ejs b/resources/views/about.ejs index 439a82049..3c41de497 100644 --- a/resources/views/about.ejs +++ b/resources/views/about.ejs @@ -9,7 +9,7 @@ <article class="blurb"> <div class="info first"> <h1>Persona replaces multiple passwords</h1> - <p>Sites such as <a href="http://crossword.thetimes.co.uk/">The Times Crossword</a>, <a href="http://current.openphoto.me/">OpenPhoto</a> and <a href="https://www.voo.st/">Voost</a> use Persona instead of usernames to sign you in.</p><p>This means you only need one password to sign in to many sites.</p> + <p>Sites such as <a href="http://crossword.thetimes.co.uk/" target="_blank">The Times Crossword</a>, <a href="http://current.openphoto.me/" target="_blank">OpenPhoto</a> and <a href="https://www.voo.st/" target="_blank">Voost</a> use Persona instead of usernames to sign you in.</p><p>This means you only need one password to sign in to many sites.</p> </div> <div class="graphic"> @@ -42,7 +42,7 @@ </article> </section> - <a href="https://developer.mozilla.org/en/BrowserID/Quick_Setup" class="developers"><img src="<%- cachify('/pages/i/developers-link.png') %>" alt="Persona for developers"><span>Implement Persona on your site </span>Developer guides and API documentation</a> + <a href="https://developer.mozilla.org/en/BrowserID/Quick_Setup" class="developers" target="_blank"><img src="<%- cachify('/pages/i/developers-link.png') %>" alt="Persona for developers"><span>Implement Persona on your site </span>Developer guides and API documentation</a> </div><!-- #dashboard --> </div> -- GitLab