diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 22:49:15 -0600 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-27 22:49:15 -0600 | 
| commit | a3d139ff32b42a2ebf10ce1e137112825f23e0ff (patch) | |
| tree | e26df752ea754f25566fd14b859d65ea3198e48d /templates/index.html | |
| parent | 2da2bee4c3e919e35e23f577ba3a04b52809598c (diff) | |
use new theme
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 | 
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> | 
