aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 6f3a6c1808f0c55535fe5e9a57d310e23fc3ce2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <meta name="description" content="" />
    <meta name="author" content="" />
    <link rel="icon" href="{{ site.Params.favicon }}" />
    <!-- Core theme CSS (includes Bootstrap)-->
    <link href="css/styles.css" rel="stylesheet" />
    {{ $title := print .Site.Title " | " .Title }}
    {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
    <title>{{ $title }}</title>
</head>