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 a3d1910 commit bebfaecCopy full SHA for bebfaec
websites/code/studygolang/static/js/sidebar.js
@@ -72,7 +72,7 @@ $(function(){
72
73
var title = data[i].category + ' ' + data[i].name;
74
75
- var logo = 'http://studygolang.qiniudn.com/141026/d0a668a4c0f13ea1a2cc7675a51cf4d3.gif';
+ var logo = 'http://studygolang.qiniudn.com/gopher/default_project.jpg?imageView2/2/w/48';
76
if (data[i].logo != '') {
77
logo = data[i].logo;
78
}
websites/code/studygolang/template/sitemapindex.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<sitemapindex>{{range .sitemapFiles}}
+<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">{{range .sitemapFiles}}
3
<sitemap>
4
<loc>{{$.home.loc}}/sitemap/{{.}}</loc>
5
</sitemap>{{end}}
0 commit comments