From ebb05017de19a5c1307d93d7d9ea75532fda807c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 7 Feb 2023 15:12:21 -0500 Subject: [PATCH] Padding fixes --- content/blog/_index.md | 2 ++ templates/page.html | 1 + 2 files changed, 3 insertions(+) diff --git a/content/blog/_index.md b/content/blog/_index.md index ddb2698..68ceeb6 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -6,6 +6,8 @@ extra: # redir_to: /timeline --- +
+ # Blog The following is a list of articles I've written. This is also available in [RSS](/rss.xml) format. \ No newline at end of file diff --git a/templates/page.html b/templates/page.html index 9a6fc27..f7aa0a0 100644 --- a/templates/page.html +++ b/templates/page.html @@ -42,6 +42,7 @@ {% include "components/heading-card.html" %} {% endblock page_start %} {% block content %} +

{{page.title}}

{{page.description}}