summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-27 22:50:25 -0600
committerGitHub <noreply@github.com>2024-03-27 22:50:25 -0600
commitb62de364bbda7ef31a43addb8dd5293bb1c4cede (patch)
tree673220d876170aec04f454b383ad274ea0645690 /templates/index.html
parent49e3edec9627cd6c076c549a1bdd0aad9287312e (diff)
parentc80825fd2500bc3044e00b7361a71f4cea2813e3 (diff)
Merge pull request #18 from navanchauhan/hyde-theme-port
Hyde theme port
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>