Commit 72a89f18 by David Ormsbee

Make press article links go to a new window.

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