summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authoruvok cheetah2019-05-21 20:47:11 +0200
committeruvok cheetah2019-05-23 17:59:42 +0200
commit701a8c01fef8408418850dcbbe4cf42de1088c1e (patch)
treebb569078e2a2aa61d653c9e87cc0733950a7de96 /_layouts/default.html
parent7b3170100da98fc8e4dc52d3bbe4c8af422c1b8a (diff)
"Restart" project: switch to minima theme via Gemfile
undoing my modifications
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index e4ab96f..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-
- {% include head.html %}
-
- <body>
-
- {% include header.html %}
-
- <div class="page-content">
- <div class="wrapper">
- {{ content }}
- </div>
- </div>
-
- {% include footer.html %}
-
- </body>
-
-</html>