fix the error that git-repo page is 404

This commit is contained in:
Hui Yiqun 2016-12-11 20:41:14 +08:00
parent 9eb3122505
commit 345c07d43d

View File

@ -45,7 +45,10 @@ var mir_tmpl = $("#template").text(),
},
'linux-stable.git': {
'url': "/help/linux-stable.git/"
}
},
'git-repo': {
'url': "/help/git-repo/"
},
},
descriptions = {
{% for item in site.descriptions %}'{{ item[0] }}': '{{ item[1] }}'{% if forloop.index < forloop.length %},{% endif %}{% endfor %}