This website works better with JavaScript.
Home
Help
Sign In
arsenetar
/
arsenetar.github.io
mirror of
https://github.com/arsenetar/arsenetar.github.io.git
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix a few errors in style
Add missing a starting quote Remove un-required meta
master
Andrew Senetar
7 years ago
parent
e474e976e0
commit
2c7d3771f9
3 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
_includes/header.html
+1
-1
_layouts/list.html
+1
-1
_layouts/page.html
+ 0
- 1
_includes/header.html
View File
@@ -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" >
+ 1
- 1
_layouts/list.html
View File
@@ -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>
+ 1
- 1
_layouts/page.html
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save