Files
hugo-profile/layouts/partials/head.html
T
gurusabarish 20888a56e0 update
2020-08-26 13:11:57 +05:30

14 lines
519 B
HTML

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{ .Title }}</title>
{{ if .Params.favicon }}
<link rel="icon" href="{{ .favicon }}" type="image/gif" sizes="16x16">
{{ end }}
<!-- Links and stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">