Skip to content

Commit 3afd956

Browse files
committed
first pass at better typography, spacing, and mobile-friendliness
1 parent aeecfdb commit 3afd956

4 files changed

Lines changed: 41 additions & 275 deletions

File tree

_layouts/default.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width">
6+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
7+
78
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/normalize.css">
8-
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
9+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css?{{ site.time | date: "%Y%m%j%H%M%S" }}">
910
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/syntax.css">
11+
12+
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,700|Open+Sans:300,400,600,700" rel="stylesheet" type="text/css">
13+
1014
<!--[if lt IE 9]>
1115
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1216
<script src="{{ site.baseurl }}/assets/js/respond.min.js"></script>

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
layout: default
33
---
44

5-
<h1 class="page-title">{{ page.title }}</h2>
5+
<h1>{{ page.title }}</h1>
66

77
{{ content }}

0 commit comments

Comments
 (0)