Make press article links go to a new window.

This commit is contained in:
David Ormsbee
2012-07-21 19:51:59 -04:00
parent d7dd64905f
commit bcb1604526

View File

@@ -154,7 +154,7 @@ articles = [
% endif
</span><br/>
</header>
<a href="${article.url}">${article.url}</a>
<a href="${article.url}" target="_blank">${article.url}</a>
</div>
</article>
% endfor