diff --git a/pages/about.html b/pages/about.html index 67692f20..b02cfc5f 100644 --- a/pages/about.html +++ b/pages/about.html @@ -4,6 +4,7 @@ active_nav: about permalink: /about.html --- +{% include base_variable.html %}
diff --git a/pages/contact.html b/pages/contact.html index 429aac65..87edf806 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -4,6 +4,7 @@ active_nav: contact permalink: /contact.html --- +{% include base_variable.html %}
diff --git a/pages/development.html b/pages/development.html index a867bb7c..4deeaf46 100644 --- a/pages/development.html +++ b/pages/development.html @@ -4,6 +4,8 @@ active_nav: development permalink: /development.html --- +{% include base_variable.html %} +
diff --git a/pages/donate.html b/pages/donate.html index 943c1840..a8cde431 100644 --- a/pages/donate.html +++ b/pages/donate.html @@ -4,6 +4,7 @@ active_nav: donate permalink: /donate.html --- +{% include base_variable.html %}
diff --git a/pages/index.html b/pages/index.html index 2fc38d58..ae4b1d88 100644 --- a/pages/index.html +++ b/pages/index.html @@ -4,6 +4,7 @@ active_nav: home permalink: /index.html --- +{% include base_variable.html %}
diff --git a/pages/news_archive.html b/pages/news_archive.html index ca702a01..a059d20f 100644 --- a/pages/news_archive.html +++ b/pages/news_archive.html @@ -5,6 +5,7 @@ pagination: enabled: true --- +{% include base_variable.html %}
diff --git a/pages/policy.html b/pages/policy.html index 7d863bd2..10ad8ab8 100644 --- a/pages/policy.html +++ b/pages/policy.html @@ -3,6 +3,8 @@ title: Policy permalink: /policy.html --- +{% include base_variable.html %} +
diff --git a/pages/screenshots.html b/pages/screenshots.html index 6561dc81..08366ae8 100644 --- a/pages/screenshots.html +++ b/pages/screenshots.html @@ -4,6 +4,7 @@ active_nav: screenshots permalink: /screenshots.html --- +{% include base_variable.html %}