This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
privacytools.io/_layouts/default.html
Jonah Aragon 0bb133e4d5 Split apart layouts
Some pages don't need a footer.
2019-04-02 23:18:06 -05:00

10 lines
98 B
HTML

---
layout: minimal
---
<main>
{{ content }}
</main>
<footer>
{% include footer.html %}
</footer>