summaryrefslogtreecommitdiff
path: root/_layouts/page.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/page.html
parent7b3170100da98fc8e4dc52d3bbe4c8af422c1b8a (diff)
"Restart" project: switch to minima theme via Gemfile
undoing my modifications
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index ce233ad..0000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: default
----
-<article class="post">
-
- <header class="post-header">
- <h1 class="post-title">{{ page.title }}</h1>
- </header>
-
- <div class="post-content">
- {{ content }}
- </div>
-
-</article>