Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c28c0c

Browse files
author
xuxinhua
committed
百度推荐
1 parent 54e1de2 commit 0c28c0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

websites/code/studygolang/template/articles/detail.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ <h1>{{.article.Title}}</h1>
8484
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js?uid=1358871817652577" charset="utf-8"></script>
8585
<!-- JiaThis Button END -->
8686
</div>
87+
88+
<!--百度推荐-->
89+
<div id="hm_t_45501" style="margin:0 auto;max-width:790px;"></div>
90+
8791
<div class="row prev-next">
8892
{{if .prev}}<div><a href="/articles/{{.prev.Id}}" title="{{.prev.Title}}">« </a>上一篇: <a href="/articles/{{.prev.Id}}" title="{{.prev.Title}}">{{.prev.Title}}</a></div>{{end}}
8993
{{if .next}}<div><a href="/articles/{{.next.Id}}" title="{{.next.Title}}">» </a>下一篇: <a href="/articles/{{.next.Id}}" title="{{.next.Title}}">{{.next.Title}}</a></div>{{end}}

0 commit comments

Comments
 (0)