aboutsummaryrefslogtreecommitdiff
path: root/html/index.tmpl.html
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-06-02 10:37:06 -0500
committerAlex Scerba <alex@scerba.org>2024-08-15 22:54:25 -0500
commitc17cf1a379bb5d8becb69dbbeef0714f53ad5095 (patch)
treece9beb2900fd32b69396c8515cbfe8d9dfe09ed3 /html/index.tmpl.html
parent37383c74f675fd3f4374c373e5a87db56ccac901 (diff)
Remove <hr> element
Diffstat (limited to 'html/index.tmpl.html')
-rw-r--r--html/index.tmpl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/index.tmpl.html b/html/index.tmpl.html
index 8deceba..9c116e8 100644
--- a/html/index.tmpl.html
+++ b/html/index.tmpl.html
@@ -15,8 +15,8 @@
{{ define "main" }}
<section id="intro">
- <hr style="margin-top: 0;">
- <h1 style="font-size: 2rem; margin-top: 3rem;">Scerba.org</h1>
+ <!--<hr style="margin-top: 0;"> -->
+ <h1 style="font-size: 2rem; margin-top: 3rem;">ScerbaDotOrg</h1>
<p><i style="color: black;">The personal website of Alex Scerba.</i></p>
<p>Check out my <a href="/blog">blog</a> where I write about various projects, adventures, and life updates.</p>
<p>You can see an overview collection of every image in the blog on the <a href="/gallery">gallery</a> page and learn more about me and the site through the <a href="/about">about</a> and <a href="/faq">FAQ</a> pages.</p>