diff options
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"> |
