1
0
Форкнуть 0
Add missing a starting quote
Remove un-required meta
Этот коммит содержится в:
Andrew Senetar 2014-01-07 19:02:33 -05:00
родитель e474e976e0
Коммит 2c7d3771f9
3 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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