Commit bcb16045 by David Ormsbee

Make press article links go to a new window.

parent d7dd6490
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment