mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
fix the error that git-repo page is 404
This commit is contained in:
parent
9eb3122505
commit
345c07d43d
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue