The _blank target is an antipattern

The examples all have links back to the index page.  People know how to open links in new tabs/windows when they want to.
This commit is contained in:
Tim Schaub
2013-03-19 12:18:08 -06:00
parent 462659a9fc
commit 26aefc1f63

View File

@@ -196,7 +196,7 @@
<div style="display: none;">
<div id="template">
<div class="span4 example" jugl:repeat="example examples">
<a jugl:attributes="href example.link" class="mainlink" target="_blank">
<a jugl:attributes="href example.link" class="mainlink">
<strong><span jugl:replace="example.title">title</span></strong>
<small jugl:content="'(' + example.example + ')'"></small>
</a>