Skip to content

Commit ea5d99b

Browse files
committedMay 12, 2020
add headers and exclude xml + search json
1 parent b04a8fd commit ea5d99b

8 files changed

+11
-0
lines changed
 

‎en/crossref.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: crossref
3+
skip_concordance: true
34
---

‎en/search.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: search
3+
skip_concordance: true
34
---

‎es/crossref.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: crossref
3+
skip_concordance: true
34
---

‎es/search.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: search
3+
skip_concordance: true
34
---

‎fr/crossref.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: crossref
3+
skip_concordance: true
34
---

‎fr/search.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: search
3+
skip_concordance: true
34
---

‎pt/search.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: search
3+
skip_concordance: true
34
---

‎translation-concordance.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ An automatically-generated list of page translation relationships across our pub
77

88
{% assign original_lessons = site.pages | where_exp: "item", "item.name != 'redirect.html'" | where_exp: "item", "item.name != 'redirects.json'" | where_exp: "item", "item.name != 'index.md'" | where_exp: "item", "item.original == nil" | where_exp: "item", "item.layout == 'lesson'" %}
99

10+
## Lessons
11+
1012
<table>
1113
<tr>{% for l in site.data.snippets.language-list %}
1214
<th>{{ l }}</th>{% endfor %}
@@ -26,6 +28,8 @@ An automatically-generated list of page translation relationships across our pub
2628

2729
{% assign original_pages = site.pages | where_exp: "item", "item.name != 'redirect.html'" | where_exp: "item", "item.name != 'redirects.json'" | where_exp: "item", "item.name != 'index.md'" | where_exp: "item", "item.original == nil" | where_exp: "item", "item.layout != 'lesson'" | where_exp: "item", "item.layout != 'post'" | where_exp: "item", "item.skip_concordance != true" %}
2830

31+
## Other pages
32+
2933
<table>
3034
<tr>{% for l in site.data.snippets.language-list %}
3135
<th>{{ l }}</th>{% endfor %}

0 commit comments

Comments
 (0)