JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix typo that hid meta keywords
authorJason Woofenden <jason@jasonwoof.com>
Tue, 20 Sep 2011 16:08:46 +0000 (12:08 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 20 Sep 2011 16:08:46 +0000 (12:08 -0400)
template.html

index ca427f8..202c6f1 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8" />
        <title>~$title html~~$cms_title html~</title>
        <!--~meta_description nonempty {~--><meta name="description" content="~meta_description attr~" /><!--~}~-->
-       <!--~meta_description nonempty {~--><meta name="keywords" content="~meta_keywords attr~" /><!--~}~-->
+       <!--~meta_keywords nonempty {~--><meta name="keywords" content="~meta_keywords attr~" /><!--~}~-->
        <!--[if lt IE 9]>
                ~$running_locally {~<script src="/javascript/html5.js"></script>~}~
                ~$running_locally unset {~<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>~}~