2022-05-05 11:34:46 +08:00
|
|
|
{{ $Site := .Page.Site }}
|
|
|
|
{{ $Params := $Site.Params }}
|
2022-05-04 16:17:20 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta name="generator" content="Hugo v{{ hugo.Version }}">
|
|
|
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:title" content="Hugo">
|
2022-05-05 11:34:46 +08:00
|
|
|
<meta property="og:url" content="{{ $Site.BaseURL }}">
|
2022-05-04 16:17:20 +08:00
|
|
|
<meta property="og:site_name" content="Hugo">
|
2022-05-05 11:34:46 +08:00
|
|
|
<meta property="og:locale" content="{{ .langCode }}">
|
|
|
|
<meta property="article:author" content="{{ $Params.author }}">
|
2022-05-04 16:17:20 +08:00
|
|
|
|
2022-05-05 11:34:46 +08:00
|
|
|
<link rel="canonical" href="{{ $Site.BaseURL }}">
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="{{ $Params.favicon.icon }}">
|
|
|
|
<link rel="icon" type="image/x-icon" href="{{ $Params.favicon.icon }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ $Params.favicon.small }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ $Params.favicon.medium }}">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ $Params.favicon.appleTouchIcon }}">
|
2022-05-04 16:17:20 +08:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
|
|
{{ $style := resources.Get "css/style.css" | resources.ExecuteAsTemplate "css/style.css" . -}}
|
|
|
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/all.min.css" integrity="sha256-DfWjNxDkM94fVBWx1H5BMMp0Zq7luBlV8QRcSES7s+0=" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous">
|
|
|
|
|
2022-05-05 11:34:46 +08:00
|
|
|
<title>{{ $Site.Title }}</title>
|
2022-05-04 16:17:20 +08:00
|
|
|
</head>
|