Make the layouts more modular

This commit is contained in:
2019-04-01 13:50:01 -05:00
parent 865670e695
commit 8e24990eac
5 changed files with 72 additions and 75 deletions

View File

@ -1,24 +1,15 @@
---
layout: default
---
<div class="container" role="main">
<script>
if (window.location == 'http://localhost:4000/#vpn-test') {
window.location = 'http://localhost:4000/donate.html';
}
</script>
<script>
if (window.location == 'http://localhost:4000/#vpn-test') {
window.location = 'http://localhost:4000/donate.html';
}
</script>
{% include sections/header.html %}
{% include sections/quotes.html %}
{% include sections/warrant-canary.html %}
{% include sections/privacy-resources.html %}
{% include sections/participate.html %}
{% include sections/footer.html %}
</div>
{% include sections/header.html %}
{% include sections/quotes.html %}
{% include sections/warrant-canary.html %}
{% include sections/privacy-resources.html %}
{% include sections/participate.html %}