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:
+1
-1
@@ -196,7 +196,7 @@
|
|||||||
<div style="display: none;">
|
<div style="display: none;">
|
||||||
<div id="template">
|
<div id="template">
|
||||||
<div class="span4 example" jugl:repeat="example examples">
|
<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>
|
<strong><span jugl:replace="example.title">title</span></strong>
|
||||||
<small jugl:content="'(' + example.example + ')'"></small>
|
<small jugl:content="'(' + example.example + ')'"></small>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user