Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e1de2 commit 0c28c0cCopy full SHA for 0c28c0c
websites/code/studygolang/template/articles/detail.html
@@ -84,6 +84,10 @@ <h1>{{.article.Title}}</h1>
84
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js?uid=1358871817652577" charset="utf-8"></script>
85
<!-- JiaThis Button END -->
86
</div>
87
+
88
+ <!--百度推荐-->
89
+ <div id="hm_t_45501" style="margin:0 auto;max-width:790px;"></div>
90
91
<div class="row prev-next">
92
{{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}}
93
{{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