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">
|
|
|
|
<meta property="og:url" content="http://example.com/index.html">
|
|
|
|
<meta property="og:site_name" content="Hugo">
|
|
|
|
<meta property="og:locale" content="zh_CN">
|
|
|
|
<meta property="article:author" content="John Doe">
|
|
|
|
|
|
|
|
<link rel="canonical" href="{{ .Site.BaseURL }}">
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/imgs/icons/favicon.ico">
|
|
|
|
<link rel="icon" type="image/x-icon" href="/imgs/icons/favicon.ico">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/icons/favicon-16x16-next.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/icons/favicon-32x32-next.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/icons/apple-touch-icon-next.png">
|
|
|
|
|
|
|
|
<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">
|
|
|
|
|
|
|
|
<title>{{ .Site.Title }}</title>
|
|
|
|
</head>
|