diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
commit | 26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch) | |
tree | 0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_layouts/page.html | |
parent | a134c38317e808d6535af990cc505dab1bc7bbfe (diff) |
Major overhaul and cleanups
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 13 |
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 }} |