summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-31 19:54:04 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-31 19:54:04 -0600
commitea23d6e73a1806351183d4bbcf5e1fc2f0cb160e (patch)
tree473179fede59a58890e9e904c7332efe3f45e741 /index.html
parentd46bdf4d541e75e901179b93d428a3a1a6a527a9 (diff)
Fix index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f38faa5..a5f7f6d 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@ layout: default
<ul style="list-style:none">
{% for post in paginator.posts %}
<li>
- <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h2>
+ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h1>
<div class="post-content">
{{ post.excerpt }}
</div>