Split sections into pages

Preliminary work
This commit is contained in:
2019-03-31 23:00:26 -05:00
parent b109736647
commit e58c2b9649
6 changed files with 141 additions and 117 deletions

17
browsers.html Normal file
View File

@ -0,0 +1,17 @@
---
layout: default
---
<div class="container" role="main">
{% include sections/browser-recommendation.html %}
{% include sections/browser-fingerprint.html %}
{% include sections/browser-webrtc.html %}
{% include sections/browser-addons.html %}
{% include sections/browser-tweaks.html %}
</div>