-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-super-post.html
99 lines (84 loc) · 4.64 KB
/
my-super-post.html
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8">
<!-- Site Meta Data -->
<title>first blog</title>
<meta name="description" content="">
<meta name="author" content="wsh">
<!-- Style Meta Data -->
<link rel="stylesheet" href="/theme/css/notebook.css" type="text/css" />
<link rel="shortcut icon" href="/images/avatar.jpg">
<!-- Feed Meta Data -->
<link href="/" type="application/atom+xml" rel="alternate" title="WSH's Web ATOM Feed" />
<!-- Twitter Feed -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:image" content="/images/avatar.jpg">
<meta name="twitter:creator" content="">
<meta name="twitter:url" content="/my-super-post.html">
<meta name="twitter:title" content="WSH's Web ~ first blog">
<meta name="twitter:description" content="<p>这是我的第一篇文章 test</p>">
<!-- Facebook Meta Data -->
<meta property="og:title" content="WSH's Web ~ first blog" />
<meta property="og:description" content="<p>这是我的第一篇文章 test</p>" />
<meta property="og:image" content="images/avatar.jpg" />
</head>
<body>
<!-- Sidebar -->
<aside>
<p><a href=""><img id="avatar" src="/images/avatar.jpg"></a></p>
<h1>WSH's Web</h1>
<p></p>
<hr>
<h2>Social</h2>
<ul class="social">
<li style="list-style-image : url(/theme/images/icons/wsh's blog.png);"><a href="https://www.wangsh.ml">wsh's blog</a></li>
<li style="list-style-image : url(/theme/images/icons/.png);"><a href="#"></a></li>
<li style="list-style-image : url(/theme/images/icons/rss.png);"><a href="/" rel="alternate"><i class="icon-bookmark icon-large"></i>Atom feed</a></li>
</ul>
<h2>Categories</h2>
<ul class="navbar">
<li class="active"><a href="/category/ji-zhu.html">技术</a></li>
</ul>
</aside>
<!-- Content -->
<article>
<section id="content">
<article>
<header class="post_list">
<h2 class="post_title"><a href="/my-super-post.html" rel="bookmark" title="Permalink to first blog">first blog</a></h2>
<span>Par </span>
<a href="/author/wsh.html">@wsh</a>
<span> dans </span>
<span class="post_category"><a href="/category/ji-zhu.html" rel="bookmark" title="Permalink to 技术">[ 技术 ]</a></span>
<span> le </span>
<span class="post_date">Thu 20 January 2022</span>
<div><span>Tags : </span>
<span><a href="/tag/pelican.html">#pelican, </a></span>
<span><a href="/tag/publishing.html">#publishing, </a></span>
</div>
<div class="entry-social">
<span class="twitter"><a target="_blank" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;" title="Twitter" href="https://twitter.com/share?url=/my-super-post.html&text=first blog&via=">Twitter</a></span>
<span class="gplus"><a target="_blank" title="Google +" href="https://plus.google.com/share?url=/my-super-post.html&hl=fr" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=450,width=650');return false;">Google+</a></span>
<span class="facebook"><a target="_blank" title="Facebook" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=500,width=700');return false;" href="https://www.facebook.com/sharer.php?u=/my-super-post.html&t=first blog">Facebook</a></span>
<a target="_blank" title="Linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=</my-super-post.html&title=first blog" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=450,width=650');return false;">Linkedin</a>
<span class="mail"><a href="mailto:?subject=first blog&body=Viens découvrir un article à propos de [first blog] sur le site de wsh. /my-super-post.html" title="Share by Email" target="_blank">Mail</a></span>
</div>
</header>
<div class="entry-content">
<p>这是我的第一篇文章 test</p>
</div>
</article>
</section>
</article>
<!-- Footer -->
<footer>
<address id="about" class="vcard body">
Blog powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
Theme <a href="https://github.com/quack1/notebook/">Notebook</a> by <a href="https://twitter.com/_Quack1">@Quack1</a>.
</address>
</footer>
</body>
</html>