Commit | Line | Data |
---|---|---|
fc2908e4 EMS |
1 | <?xml version="1.0" encoding="UTF-8" ?> |
2 | <GoogleCustomizations> | |
3 | <CustomSearchEngine> | |
4 | <Title>Les savoirs en partage</Title> | |
5 | <Description>Recherche dans tous les site de l'AUF.</Description> | |
6 | <Context> | |
7 | <BackgroundLabels> | |
8 | <Label name="inclure" mode="FILTER" /> | |
9 | </BackgroundLabels> | |
10 | </Context> | |
11 | </CustomSearchEngine> | |
12 | <Annotations> | |
13 | {% for site in sites %} | |
14 | <Annotation about="{{ site.url }}*" score="1"> | |
15 | <Label name="inclure" /> | |
16 | </Annotation> | |
17 | {% endfor %} | |
18 | </Annotations> | |
19 | </GoogleCustomizations> |