Skip to content

Commit 5685805

Browse files
author
zhouxuwen
committed
Site updated: 2022-06-16 14:20:17
1 parent 7591e14 commit 5685805

File tree

3 files changed

+201
-178
lines changed

3 files changed

+201
-178
lines changed

categories/Golang/index.html

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<meta name="description" content="to be a better man">
2424
<meta property="og:type" content="website">
2525
<meta property="og:title" content="Xuwen&#39;s Blog">
26-
<meta property="og:url" content="http://yoursite.com/categories/golang/index.html">
26+
<meta property="og:url" content="http://yoursite.com/categories/Golang/index.html">
2727
<meta property="og:site_name" content="Xuwen&#39;s Blog">
2828
<meta property="og:description" content="to be a better man">
2929
<meta property="og:locale" content="zh_CN">
3030
<meta property="article:author" content="zhouxuwen">
3131
<meta name="twitter:card" content="summary">
3232

33-
<link rel="canonical" href="http://yoursite.com/categories/golang/">
33+
<link rel="canonical" href="http://yoursite.com/categories/Golang/">
3434

3535

3636
<script id="page-configurations">
@@ -43,7 +43,7 @@
4343
};
4444
</script>
4545

46-
<title>分类: golang | Xuwen's Blog</title>
46+
<title>分类: Golang | Xuwen's Blog</title>
4747

4848

4949

@@ -194,7 +194,7 @@ <h1 class="site-title">Xuwen's Blog</h1>
194194
<div class="post-block">
195195
<div class="posts-collapse">
196196
<div class="collection-title">
197-
<h2 class="collection-header">golang
197+
<h2 class="collection-header">Golang
198198
<small>分类</small>
199199
</h2>
200200
</div>
@@ -209,15 +209,38 @@ <h2 class="collection-header">golang
209209

210210
<div class="post-meta">
211211
<time itemprop="dateCreated"
212-
datetime="2022-06-08T16:51:18+08:00"
213-
content="2022-06-08">
214-
06-08
212+
datetime="2022-02-11T11:27:23+08:00"
213+
content="2022-02-11">
214+
02-11
215215
</time>
216216
</div>
217217

218218
<div class="post-title">
219-
<a class="post-title-link" href="/2022/06/08/Go%E6%AF%8F%E5%91%A8%E4%B8%80%E5%BA%93%E4%B9%8BLogrus/" itemprop="url">
220-
<span itemprop="name">Go每周一库之Logrus</span>
219+
<a class="post-title-link" href="/2022/02/11/Golang%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96%E7%AF%87/" itemprop="url">
220+
<span itemprop="name">Golang性能优化篇</span>
221+
</a>
222+
</div>
223+
224+
</header>
225+
</article>
226+
<div class="collection-year">
227+
<span class="collection-header">2021</span>
228+
</div>
229+
230+
<article itemscope itemtype="http://schema.org/Article">
231+
<header class="post-header">
232+
233+
<div class="post-meta">
234+
<time itemprop="dateCreated"
235+
datetime="2021-07-12T15:05:27+08:00"
236+
content="2021-07-12">
237+
07-12
238+
</time>
239+
</div>
240+
241+
<div class="post-title">
242+
<a class="post-title-link" href="/2021/07/12/Golang%E7%B3%BB%E5%88%97%EF%BC%88%E4%B8%80%EF%BC%89-context/" itemprop="url">
243+
<span itemprop="name">Golang系列(一)-context使用</span>
221244
</a>
222245
</div>
223246

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ pre .javascript .function {
11681168
}
11691169
.links-of-author a::before,
11701170
.links-of-author span.exturl::before {
1171-
background: #a629e7;
1171+
background: #ff8c87;
11721172
border-radius: 50%;
11731173
content: ' ';
11741174
display: inline-block;

0 commit comments

Comments
 (0)