[cc-commits] [CC SVN] r15233 - themes/creativecommons.org/trunk
webmaster at creativecommons.org
webmaster at creativecommons.org
Fri Sep 16 10:49:42 EDT 2011
Author: rejon
Date: 2011-09-16 14:49:41 +0000 (Fri, 16 Sep 2011)
New Revision: 15233
Modified:
themes/creativecommons.org/trunk/header-top.php
Log:
removed
Modified: themes/creativecommons.org/trunk/header-top.php
===================================================================
--- themes/creativecommons.org/trunk/header-top.php 2011-09-16 14:19:42 UTC (rev 15232)
+++ themes/creativecommons.org/trunk/header-top.php 2011-09-16 14:49:41 UTC (rev 15233)
@@ -9,16 +9,10 @@
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head profile="http://gmpg.org/xfn/11">
- <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" charset="<?php bloginfo('charset'); ?>" />
+ <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" charset="<?php bloginfo('charset'); ?>" />
<meta name="author" content="fabricatorz" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
- <!-- Use the .htaccess and remove these lines to avoid edge case issues.
- More info: h5bp.com/b/378 -->
- <!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
-
- <!--<meta name="viewport" content="width=device-width,initial-scale=1">-->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
-
<link href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" title="Icon" type="image/x-icon" rel="icon" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php bloginfo('stylesheet_directory'); ?>/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php bloginfo('stylesheet_directory'); ?>/apple-touch-icon-72x72-precomposed.png">
@@ -28,7 +22,6 @@
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/libs/modernizr-2.0.6.min.js"></script>
- <!-- why not from the database? -->
<?php if (is_front_page() || is_404()) {?>
<title>Creative Commons</title>
<?php } else if (is_search()) { ?>
@@ -37,7 +30,6 @@
<title><?php wp_title(''); ?> - Creative Commons</title>
<?php }?>
- <!-- why not from the database? -->
<meta name="keywords" content="creative commons, commons, free culture, open source, attribution, non-commercial, share-alike, no derivatives, lessig" />
<meta name="description" content="Creative Commons licenses provide a flexible range of protections and freedoms for authors, artists, and educators. <?php if (is_single()) echo cc_post_excerpt() ?>" />
@@ -53,6 +45,5 @@
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php echo get_tag_link($tag_id); ?>/feed/rss" />
<?php } ?>
-
<?php wp_head(); ?>
</head>
More information about the cc-commits
mailing list