Separate everything into their own pages

+ Permalinks!
This commit is contained in:
2019-03-31 23:23:30 -05:00
parent e58c2b9649
commit efd25a6259
28 changed files with 235 additions and 79 deletions

18
pages/browsers.html Normal file
View File

@ -0,0 +1,18 @@
---
layout: default
permalink: /browsers/
---
<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>