mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-28 09:11:37 +00:00
Fix a few errors in style
Add missing a starting quote Remove un-required meta
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user