-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
63 lines (60 loc) · 3.05 KB
/
Copy pathpost.html
File metadata and controls
63 lines (60 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="文章正文" />
<title>文章 · YINZ7032's Blog</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" crossorigin="anonymous" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body data-page="posts">
<header class="site-header" id="site-header"></header>
<main>
<nav class="breadcrumb" aria-label="面包屑">
<a href="index.html">首页</a> <span class="breadcrumb__sep">/</span>
<a href="posts.html">文章</a> <span class="breadcrumb__sep">/</span>
<span id="breadcrumb-current">…</span>
</nav>
<a class="back-link" href="posts.html">← 返回文章列表</a>
<header class="article-header">
<h1 id="article-title">加载中…</h1>
<time id="article-date" datetime=""></time>
<div id="article-category" class="article-category" hidden>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>
</svg>
<a id="article-category-link" href="#"></a>
</div>
<div id="article-tags" class="article-tags" hidden></div>
<div class="article-stats">
<span class="article-views">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></svg>
<span id="busuanzi_container_page_pv"><span id="busuanzi_value_page_pv"></span> 次阅读</span>
</span>
<span class="article-reactions-hint">👍 点击下方表情反应为文章点赞</span>
</div>
</header>
<p id="article-error" class="msg" hidden></p>
<article id="article-body" class="article-body" aria-live="polite"></article>
<section class="article-reactions">
<h3 class="reactions-title">反应与留言</h3>
<div id="giscus-post"></div>
</section>
</main>
<footer class="site-footer site-footer--rich" id="site-footer"></footer>
<script src="js/site-config.js"></script>
<script src="js/layout.js"></script>
<script src="js/posts.js"></script>
<script src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js" crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/marked@11.1.1/marked.min.js"></script>
<script src="js/post-detail.js"></script>
<meta name="referrer" content="no-referrer-when-downgrade" />
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>