Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit bcfa041

Browse files
committed
maybe unbreaking things
1 parent 9b68fd6 commit bcfa041

6 files changed

+6
-0
lines changed

en/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
id: index
55
lang: en
66
---
7+
{% include get_locale.html %}
78
{% include header.html %}
89
{% include landing.html %}
910
{% include about.html %}

en/resources.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
id: resources
55
lang: en
66
---
7+
{% include get_locale.html %}
78
{% include header.html %}
89
{% include resources.html %}

en/toolkit.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
id: toolkit
55
lang: en
66
---
7+
{% include get_locale.html %}
78
{% include header.html %}
89
{% include toolkit.html %}

es/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
id: index
55
lang: es
66
---
7+
{% include get_locale.html %}
78
{% include header.html %}
89
{% include landing.html %}
910
{% include about.html %}

es/resources.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
id: resources
55
lang: es
66
---
7+
{% include get_locale.html %}
78
{% include header.html %}
89
{% include resources.html %}

es/toolkit.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
id: toolkit
55
lang: es
66
---
7+
{% include get_locale.html %}
78
{% include header.html %}
89
{% include toolkit.html %}

0 commit comments

Comments
 (0)