Skip to content

Commit

Permalink
small template cleanup. external links open in new tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 1, 2012
1 parent cac6a2e commit 4f61d40
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions template.html
Expand Up @@ -7,22 +7,19 @@
<meta name="description" content="Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are.">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<!-- favicon -->
<link rel="shortcut icon" href="favicon.ico" />
<base target="_blank"> <!-- open all links on page in a new tab. hope that's cool with you. -->

<!-- For iPhone 4 with high-resolution Retina display: -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">

<!-- For first-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">

<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">

<link href="http://fonts.googleapis.com/css?family=Francois+One|Open+Sans:400italic,400,800" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="js/libs/modernizr-2.0.min.js"></script>
<script>if (location.host == 'h5bp.github.com') location.href = '//html5please.us/'</script>


</head>
<body id="gfs">
<header class="index">
Expand Down Expand Up @@ -70,7 +67,7 @@ <h4 class="kind {{kind}}">{{kind}}</h4>

<p class="links">
{{#if moreurl}}
<a href="{{{moreurl}}}" target="_blank">
<a href="{{{moreurl}}}">
{{testurl moreurl}}
</a>
{{/if}}
Expand Down

0 comments on commit 4f61d40

Please sign in to comment.