Skip to content

Commit a2c1de1

Browse files
author
Zoom.Quiet
committed
fix(tpl) +utterances, title upgrade
1 parent 1d57372 commit a2c1de1

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

_includes/utterances.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<script src="https://utteranc.es/client.js"
2+
repo="DebugUself/debuguself.github.io"
3+
issue-term="url"
4+
label="comment"
5+
theme="github-light"
6+
crossorigin="anonymous"
7+
async>
8+
</script>

_layouts/default.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<img class="violet-logo" src="/static/images/logo.png"/>
3232
</a>
3333
<hgroup class="violet-site">
34-
<h1><a href="/" ret="bootmark">D<span>ebug</span>U<span>self</span>.zoomquiet.io</a></h1>
35-
<h2>要自怼 甭小密」</h2>
34+
<h1><a href="/" ret="bootmark">D<span>ebug</span>U<span>self</span>.101.camp</a></h1>
35+
<h2>嘦自怼 甭小密」</h2>
3636
</hgroup><!-- //violet-site -->
3737
</span>
3838
<span class="alignright">
3939
<span><a href="/" title="首页" ret="bootmark"><i class="icon-home"></i>首页</a></span>
4040
<span><a href="/archives/" ret="bootmark">归档</a></span>
4141
<span><a href="/categories/" ret="bootmark">分类</a></span>
42-
<span><a href="http://duw.zoomquiet.io" ret="bootmark">怼周刊</a></span>
42+
<span><a href="http://duw.101.camp" ret="bootmark">怼周刊</a></span>
4343
<span><a href="/about/" ret="bootmark">关于</a></span>
4444
<!--
4545
<span><a href="/tags.html" ret="bootmark">标签</a></span>
@@ -53,10 +53,8 @@ <h2>「要自怼 甭小密」</h2>
5353

5454
<footer class="lost-footer">
5555
<div>
56-
<!-- 将此标记放置在你希望显示分享按钮的位置。 -->
56+
<!-- 将此标记放置在你希望显示分享按钮的位置。
5757
<div class="g-plus" data-action="share"></div>
58-
59-
<!-- 将此标记放置在最后一个 分享 标记之后。 -->
6058
<script type="text/javascript">
6159
window.___gcfg = {lang: 'zh-CN'};
6260
@@ -67,6 +65,10 @@ <h2>「要自怼 甭小密」</h2>
6765
})();
6866
</script>
6967
68+
-->
69+
70+
<!-- 将此标记放置在最后一个 分享 标记之后。 -->
71+
7072

7173
<hr/>
7274
<span class="alignleft">
@@ -81,7 +83,11 @@ <h2>「要自怼 甭小密」</h2>
8183
;<a href="http://daringfireball.net/projects/markdown/">Md</a>
8284
;<a href="https://github.com/mojombo/jekyll">Jekyll </a>
8385

84-
;<a href="https://plus.google.com/113382777332300419074?rel=author" rel="publisher">Google+</a>
86+
<a href="http://www.catb.org/hacker-emblem/">
87+
<img src="http://www.catb.org/hacker-emblem/hacker.png">
88+
</a>
89+
<!--;<a href="https://plus.google.com/113382777332300419074?rel=author" rel="publisher">Google+</a>
90+
-->
8591
</span>
8692

8793
</div>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</p>
5454

5555
<hr/>
56-
{% include comments.md %}
56+
{% include utterances.md %}
5757

5858

5959
<section class="fn-clear">

0 commit comments

Comments
 (0)