Fix a few errors in style

Add missing a starting quote
Remove un-required meta
This commit is contained in:
Andrew Senetar 2014-01-07 19:02:33 -05:00
parent e474e976e0
commit 2c7d3771f9
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,6 @@
<!-- Fonts --> <!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css' > <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css' >
<meta http-equiv="cleartype" content="on">
<!-- Favicon --> <!-- Favicon -->
<link rel="shortcut icon" href="{{ site.url }}/favicon.ico" > <link rel="shortcut icon" href="{{ site.url }}/favicon.ico" >

View File

@ -4,7 +4,7 @@
<h1 class="pageHeader">{{ page.title }}</h1> <h1 class="pageHeader">{{ page.title }}</h1>
</div> </div>
</div> </div>
<div class="row" itemprop=mainContentOfPage"> <div class="row" itemprop="mainContentOfPage">
<div class="small-12 columns"> <div class="small-12 columns">
{{ content }} {{ content }}
</div> </div>

View File

@ -12,7 +12,7 @@
</div> </div>
{% endif %} {% endif %}
<div class="row" itemprop=mainContentOfPage"> <div class="row" itemprop="mainContentOfPage">
<article class="small-12 columns"> <article class="small-12 columns">
<header> <header>
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>