summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-08 11:49:47 -0400
committerGitHub <[email protected]>2024-10-08 11:49:47 -0400
commit20d62336a446bea6c5846805e8325b67cd59fe54 (patch)
tree46a92b1de1021eb0631b54f664ba0c2ddf6752c6 /templates/page.html
parent07cb04200916169671b9c426fbfe9a24bb0fa79e (diff)
nice redesign (#145)
* nix: drop treefmt * nix: remove .envrc * nix: move `serve` to apps output * nice redesign * use local stylesheet * nix: fix build
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/page.html b/templates/page.html
index fce601d..9eb1631 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,7 +1,5 @@
{% extends "base.html" %}
{% block content %}
- <div class="blogpost">
- {{ page.content | safe }}
- </div>
+ {{ page.content | safe }}
{% endblock content %}