summaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-01 12:42:14 -0300
committerEuAndreh <eu@euandre.org>2021-01-01 12:42:14 -0300
commit772fd44b4d9f9f1e545b1a69134327d9cfb21931 (patch)
tree7f9235cd71f0d46fb405273224eac0b3e5adacba /_layouts/page.html
parent_config.yml: Point to COPYING file instead of LICENSE (diff)
downloadeuandre.org-772fd44b4d9f9f1e545b1a69134327d9cfb21931.tar.gz
euandre.org-772fd44b4d9f9f1e545b1a69134327d9cfb21931.tar.xz
Remove _layouts/page.html, use 'default' layout for pages
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index 57116c1..0000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: default
----
-<article class="post">
- {{ content }}
-</article>