]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/history/_layouts/default.html
Add history page
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / history / _layouts / default.html
diff --git a/modules/private/websites/immae/history/_layouts/default.html b/modules/private/websites/immae/history/_layouts/default.html
new file mode 100644 (file)
index 0000000..24c76ed
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html>
+{% include head.html %}
+
+<body>
+
+<div id="fb-root"></div>
+
+    {% include header.html %}
+    <div class="p-4">
+        <div class="row no-gutters">
+            <div class="col-md-7 offset-md-2">
+                    {% if page.name == 'index.html' %}
+                <div class="d-flex">
+                    <a href="javascript:void(0);" id="expand-list" class="text-muted ml-auto"><svg
+                            xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
+                            stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
+                            class="feather feather-list">
+                            <line x1="8" y1="6" x2="21" y2="6"></line>
+                            <line x1="8" y1="12" x2="21" y2="12"></line>
+                            <line x1="8" y1="18" x2="21" y2="18"></line>
+                            <line x1="3" y1="6" x2="3" y2="6"></line>
+                            <line x1="3" y1="12" x2="3" y2="12"></line>
+                            <line x1="3" y1="18" x2="3" y2="18"></line>
+                        </svg></a>
+                    <a href="javascript:void(0);" id="collapse-list" class="text-muted ml-3"><svg
+                            xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
+                            stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
+                            class="feather feather-server">
+                            <rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect>
+                            <rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect>
+                            <line x1="6" y1="6" x2="6" y2="6"></line>
+                            <line x1="6" y1="18" x2="6" y2="18"></line>
+                        </svg></a>
+                </div>
+                {% endif %}
+                <div class=" pt-5">
+                    {{ content }}
+                </div>
+            </div>
+        </div>
+    </div>
+
+    {% include footer.html %}
+</body>
+
+</html>
\ No newline at end of file