set url for chromiumos

This commit is contained in:
Hui Yiqun 2016-12-27 13:58:39 +08:00
parent 3c341d4383
commit 273b802cb9

View File

@ -49,6 +49,9 @@ var mir_tmpl = $("#template").text(),
'git-repo': {
'url': "/help/git-repo/"
},
'chromiumos': {
'url': "/help/chromiumos/"
},
},
descriptions = {
{% for mir in site.data.mirror_desc %} '{{mir.name}}': '{{mir.desc}}' {% if forloop.index < forloop.length %},{% endif %}{% endfor %}