diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 16:59:05 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 16:59:05 +0200 |
| commit | 5475dfe943af3fc4ea7083bfb68264f5b399e949 (patch) | |
| tree | 6b7e54f267521e69d3debcb7119622f2d3153abf /site | |
| parent | dcad475f241d2585e319bcbd80e6f76f7f1b0e64 (diff) | |
Removes an unused font-weight
Diffstat (limited to 'site')
| -rw-r--r-- | site/layouts/partials/header.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html index c9268c2..bb80d33 100644 --- a/site/layouts/partials/header.html +++ b/site/layouts/partials/header.html @@ -1,12 +1,14 @@ <!doctype html> <html> <head> - <title>Hugo with Gulp and Webpack</title> + <title>{{.Title}} | Kaldi</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"> + + <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet"> </head> + <body class="sans-serif"> |
