diff options
Diffstat (limited to 'site/layouts/partials/header.html')
| -rw-r--r-- | site/layouts/partials/header.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html index c84dc6e..c9268c2 100644 --- a/site/layouts/partials/header.html +++ b/site/layouts/partials/header.html @@ -3,5 +3,10 @@ <head> <title>Hugo with Gulp and Webpack</title> <link rel="stylesheet" href="/css/main.css"/> + + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800" rel="stylesheet"> </head> - <body> + <body class="sans-serif"> |
