summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-27 22:49:15 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-27 22:49:15 -0600
commitb1f76ea37e6d8d6dc949ecc4899e3a1bc6d7ef65 (patch)
treef69f35409e89d5bae259bd3e98ff8e712f1b1334 /templates/index.html
parent78aace8b67518c1a863892092d78803637a3ab1e (diff)
use new theme
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 9f68a00..cf2ca69 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,7 +6,7 @@
<main>
{{ content}}
-<h2>Recent Posts</h2>
+<h1>Recent Posts</h1>
<ul>
{% for post in posts[:5] %}
<li><a href="{{post.link}}">{{ post.title }}</a></li>