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
commit721c68798ec957b7874ebe8b0525b20375f8ce37 (patch)
treeb2813c98907fc7268252f0ab038ed92c812f7a89 /templates/index.html
parent9e620084e57378952c1a7f8e0a772ebebd18932b (diff)
parent01ff93c9c16867216f2d249664803860e1d6d5eb (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>