mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-25 04:41:13 +00:00
Move privacytools.io files to privacytools.io directory
This commit is contained in:
11
privacytools.io/_layouts/default.html
Normal file
11
privacytools.io/_layouts/default.html
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: minimal
|
||||
---
|
||||
<div class="container" role="main">
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
<footer>
|
||||
{% include footer.html %}
|
||||
</footer>
|
||||
</div>
|
13
privacytools.io/_layouts/minimal.html
Normal file
13
privacytools.io/_layouts/minimal.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
<body data-spy="scroll" data-target="#navbar">
|
||||
<script src="/assets/js/applytheme.js?v=1"></script>
|
||||
<header>
|
||||
{% include nav.html %}
|
||||
<div id="top" class="py-4"></div>
|
||||
</header>
|
||||
{{ content }}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
12
privacytools.io/_layouts/page.html
Normal file
12
privacytools.io/_layouts/page.html
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include breadcrumbs.html %}
|
||||
|
||||
<div class="jumbotron p-5">
|
||||
<h1 class="display-4">{{ page.title }}</h1>
|
||||
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
|
||||
</div>
|
||||
|
||||
{{ content }}
|
Reference in New Issue
Block a user