template/themes/indust/base.html

51 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="/{{.Config.SourceVersion}}/css/markdown.css">
<link rel="stylesheet" href="/{{.Config.SourceVersion}}/css/cactus.css">
<link rel="stylesheet" href="/{{.Config.SourceVersion}}/css/prism.css">
<link rel="stylesheet" href="/{{.Config.SourceVersion}}/css/indust.css">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/hack-font/3.003/web/hack.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/firacode/6.2.0/fira_code.min.css">
<link rel="shortcut icon" href="/{{.Config.SourceVersion}}/images/favicon.ico">
<meta name="generator" content="mder 0.0.1">
<meta name="keywords" content="{{.Config.Seo.Keywords}}">
<meta name="description" content="{{.Config.Seo.Description}}">
<title>{{print title}}</title>
</head>
<body class="max-width mx-auto px3 ltr">
<div class="content index py4">
{{layout_placeholder}}
<footer id="footer">
<div class="footer-left">
© {{.Config.Now.UTC.Year}} <i class="fas fa-heart"></i>
{{.Config.Person.Author}}
{{if .Config.Site.IcpEnable}}
<a href="{{.Config.Site.IcpLink}}" target="_blank">{{.Config.Site.IcpName}}</a>
{{end}}
</div>
{{if .Config.Site.CdnEnable}}
<div class="footer-right">
本网站由
<a href="{{.Config.Site.CdnLink}}" target="_blank">
<img class="img-response" src="/{{.Config.SourceVersion}}/images/{{.Config.Site.CdnImage}}" alt="cdn image">
</a>
提供CDN加速/云存储服务
</div>
{{end}}
</footer>
</div>
<script src="https://cdn.staticfile.org/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/justifiedGallery/3.7.0/js/jquery.justifiedGallery.min.js"></script>
<script src="https://cdn.staticfile.org/clipboard.js/2.0.6/clipboard.min.js"></script>
<script src="/{{.Config.SourceVersion}}/js/main.js"></script>
<script src="/{{.Config.SourceVersion}}/js/prism.js"></script>
</body>
</html>