-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
50 additions
and
14,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
<meta name="keywords" content="${meta_keywords!}"/> | ||
<meta name="description" content="${meta_description!}" /> | ||
<@global.head /> | ||
<link href="${theme_base!}/source/css/font-awesome.min.css" type="text/css" rel="stylesheet"/> | ||
<link href="//cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css" type="text/css" rel="stylesheet"/> | ||
<link href="${theme_base!}/source/css/blog_basic.min.css?version=88107691fe" rel="stylesheet"> | ||
<link href="${theme_base!}/source/css/style.min.css" type="text/css" rel="stylesheet" /> | ||
|
||
<#if is_post?? || is_sheet??> | ||
<link href="${theme_base!}/source/plugins/prism/css/prism-${settings.code_pretty!'Default'}.css" type="text/css" rel="stylesheet" /> | ||
<script type="text/javascript" src="${theme_base!}/source/plugins/prism/js/prism.js"></script> | ||
<link href="//cdn.jsdelivr.net/npm/[email protected]/themes/prism${settings.code_pretty!}.min.css" type="text/css" rel="stylesheet" /> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script> | ||
<style> | ||
table { | ||
border-spacing: 0; | ||
|
@@ -79,7 +79,7 @@ | |
<body> | ||
</#macro> | ||
<#macro footer> | ||
<script type="text/javascript" src="${theme_base!}/source/js/jquery.min.js"></script> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
var url = location.href; | ||
var urlstatus = false; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
<head> | ||
<title>图库 - ${blog_title!}</title> | ||
<meta charset="utf-8" /> | ||
<@global.head /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="${theme_base!}/source/plugins/gallery/css/main.css" /> | ||
<noscript><link rel="stylesheet" href="${theme_base!}/plugins/gallery/css/noscript.css" /></noscript> | ||
|
@@ -40,8 +41,8 @@ | |
</ul> | ||
</footer> | ||
</div> | ||
<script src="${theme_base!}/source/plugins/gallery/js/jquery.min.js"></script> | ||
<script src="${theme_base!}/source/plugins/gallery/js/skel.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/skel.min.js"></script> | ||
<script src="${theme_base!}/source/plugins/gallery/js/main.js"></script> | ||
<@global.statistics /> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.