Skip to content

Commit

Permalink
make it mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 11, 2017
1 parent b9953b8 commit 5e3ead4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="{{ .Site.LanguageCode }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }} | {{ .Site.Title }}</title>
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
<link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" />
Expand Down

0 comments on commit 5e3ead4

Please sign in to comment.