From b4472b41214eeeacce071df41bf0f782e1f16d6d Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 9 Jun 2022 20:10:19 +0200 Subject: feat: Move from pico to custom css Use css from my current blog, which is a lot smaller. The text itself looks good but the code still breaks the page. Metrics: - hyper: 16.37 KB / 16.47 KB transferred - 1 request --- templates/post.html | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 7e0a909..99a7852 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,18 +1,20 @@ - - <% include!("head.html"); %> - - -<% include!("header.html"); %> -
-

<%- title %>

-
Created At: <%- date %>
- <%- content %> - -
- - - + + <% include!("head.html"); %> + + +
+ <% include!("header.html"); %> +
+
+

<%- title %>

+ +
+ <%- content %> +
+
+
+
+ -- cgit v1.2.3