link weave to chromiumos

This commit is contained in:
Hui Yiqun 2016-12-27 14:01:22 +08:00
parent 273b802cb9
commit 8e4f2ad4b1

View File

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