Files
hugo-profile/layouts/partials/head.html
T
2020-08-30 00:41:07 +05:30

9 lines
361 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>
<link rel="icon" href="{{ .Site.Params.favicon | default "/assets/images/favicon.png"}}" type="image/gif">
<!-- Header and Footer -->
<link rel="stylesheet" href="/css/head_foot.css">