码农笔录博客源码
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

78 líneas
2.7 KiB

hace 6 años
{{template "header" .}}
hace 5 años
<meta name="keywords" content="码农随笔,个人随笔,博客,个人博客,个人笔记,技术博客,免费云笔记,云笔记,随笔,IT博客,谷歌地图,码农笔录,aiprose">
<title>码农随笔· IT技术博客</title>
hace 6 años
</head>
<body>
{{template "nav" .}}
hace 5 años
<div class="blog-root">
hace 5 años
<div class="jumbotron" style="margin-top: 50px;margin-bottom: 10px">
hace 5 años
<blockquote class="layui-elem-quote">码农随笔 2.0(golang)版本正式上线</blockquote>
hace 5 años
</div>
hace 6 años
<div style="display: flex">
<div style="flex: 1">
<h5>最新发布</h5>
{{range .TimeBlog}}
<p><a href="/blog/{{.Id}}" target="_blank">{{.Title}}</a></p>
hace 6 años
{{end}}
hace 5 años
<p><a href="https://www.aiprose.com/blogs">查看更多...</a></p>
hace 6 años
</div>
<div style="flex: 1">
<h5>流量王者</h5>
{{range .BrowsBlog}}
<p><a href="/blog/{{.Id}}" target="_blank">{{.Title}}</a></p>
hace 6 años
{{end}}
hace 5 años
<p><a href="https://www.aiprose.com/blogs">查看更多...</a></p>
hace 6 años
</div>
</div>
<div style="display: flex">
<div style="flex: 1">
<h5>收藏排行</h5>
{{range .LikeBlog}}
<p><a href="/blog/{{.Id}}" target="_blank">{{.Title}}</a></p>
hace 6 años
{{end}}
hace 5 años
<p><a href="https://www.aiprose.com/blogs">查看更多...</a></p>
hace 6 años
</div>
<div style="flex: 1">
<h5>人气最旺</h5>
{{range .CommBlog}}
<p><a href="/blog/{{.Id}}" target="_blank">{{.Title}}</a></p>
hace 6 años
{{end}}
hace 5 años
<p><a href="https://www.aiprose.com/blogs">查看更多...</a></p>
hace 6 años
</div>
</div>
</div>
<div>
</div>
hace 5 años
<div class="footer-container">
hace 6 años
{{template "footer"}}
</div>
</body>
hace 6 años
<script>
$(function () {
/*百度收录*/
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
/*360收录*/
var qihuo = document.createElement('script');
hace 6 años
if (curProtocol === 'https') {
qihuo.src = 'https://jspassport.ssl.qhimg.com/11.0.1.js?d33b14200fa89b7ecd3780341cd234c';
}
else {
qihuo.src = 'http://js.passport.qihucdn.com/11.0.1.js?d33b14200fa89b7ecd3780341cd234c4';
}
qihuo.id = "sozz"
var s = document.getElementsByTagName("script")[1];
s.parentNode.insertBefore(qihuo, s);
hace 6 años
})
</script>
hace 6 años
</html>