aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
authorBradley Taunt <brad@serpapi.com>2024-06-13 14:57:38 -0400
committerBradley Taunt <brad@serpapi.com>2024-06-13 14:57:38 -0400
commit26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch)
tree0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_layouts/page.html
parenta134c38317e808d6535af990cc505dab1bc7bbfe (diff)
Major overhaul and cleanups
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 18544b4..80476ae 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,14 +1,7 @@
---
-layout: base
+layout: default
---
-<article class="post">
- <header class="post-header">
- <h1 class="post-title">{{ page.title | escape }}</h1>
- </header>
+<h1>{{ page.title }}</h1>
- <div class="post-content">
- {{ content }}
- </div>
-
-</article>
+{{ content }}