fix
This commit is contained in:
parent
f90d82da64
commit
5aff50b95e
@ -37,6 +37,6 @@ site:
|
||||
# cdn_name cdn厂商名字
|
||||
cdn_name: 又拍云
|
||||
# cdn_image cdn厂商图标
|
||||
cdn_image: /images/upyun.png
|
||||
cdn_image: upyun.png
|
||||
# cdn_link cdn厂商链接地址
|
||||
cdn_link: https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral
|
||||
|
@ -1,6 +1,6 @@
|
||||
<header id="header">
|
||||
<a href="/">
|
||||
<div id="logo" style="background-image: url(/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="logo" style="background-image: url(/{{.Config.SourceVersion}}/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="title">
|
||||
<h1>{{print page_name}}</h1>
|
||||
</div>
|
||||
|
@ -5,14 +5,13 @@
|
||||
<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="/css/markdown.css">
|
||||
<link rel="stylesheet" href="/css/cactus.css">
|
||||
<link rel="stylesheet" href="/css/prism.css">
|
||||
<link rel="stylesheet" href="/css/indust.css">
|
||||
<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="shortcut icon" href="/images/favicon.ico">
|
||||
<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}}">
|
||||
@ -34,7 +33,7 @@
|
||||
<div class="footer-right">
|
||||
本网站由
|
||||
<a href="{{.Config.Site.CdnLink}}" target="_blank">
|
||||
<img class="img-response" src="{{.Config.Site.CdnImage}}" alt="cdn image">
|
||||
<img class="img-response" src="/{{.Config.SourceVersion}}/images/{{.Config.Site.CdnImage}}" alt="cdn image">
|
||||
</a>
|
||||
提供CDN加速/云存储服务
|
||||
</div>
|
||||
@ -44,8 +43,8 @@
|
||||
<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="/js/main.js"></script>
|
||||
<script src="/js/prism.js"></script>
|
||||
<script src="/{{.Config.SourceVersion}}/js/main.js"></script>
|
||||
<script src="/{{.Config.SourceVersion}}/js/prism.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -1,6 +1,6 @@
|
||||
<header id="header">
|
||||
<a href="/">
|
||||
<div id="logo" style="background-image: url(/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="logo" style="background-image: url(/{{.Config.SourceVersion}}/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="title">
|
||||
<h1>{{.Config.Title}}</h1>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<header id="header">
|
||||
<a href="/">
|
||||
<div id="logo" style="background-image: url(/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="logo" style="background-image: url(/{{.Config.SourceVersion}}/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="title">
|
||||
<h1>{{print page_name}}</h1>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<header id="header">
|
||||
<a href="/">
|
||||
<div id="logo" style="background-image: url(/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="logo" style="background-image: url(/{{.Config.SourceVersion}}/images/{{.Config.Site.LogoName}});"></div>
|
||||
<div id="title">
|
||||
<h1>{{print page_name}}</h1>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user