mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
link weave to chromiumos
This commit is contained in:
parent
273b802cb9
commit
8e4f2ad4b1
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue