summaryrefslogtreecommitdiffstatshomepage
path: root/templates/index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.xml')
-rw-r--r--templates/index.xml21
1 files changed, 16 insertions, 5 deletions
diff --git a/templates/index.xml b/templates/index.xml
index ba02890..d3a81c4 100644
--- a/templates/index.xml
+++ b/templates/index.xml
@@ -13,10 +13,21 @@
<meta name="twitter:image" content="https://oriole.systems/logo.webp" />
</head>
<body class="frontpage">
- <nav class="main" data-sblg-nav="true" data-sblg-navcontent="true">
- <a href="${sblg-base}.html">
- ${sblg-titletext}
- </a>
- </nav>
+ <header>
+ <h1>Hi, I'm Wolf.</h1>
+ <p>It seems you have found my little corner of the internet.</p>
+ <p>Check out my posts below, subscribe to the <a href="atom.xml">feed</a>, or
+ browse my <a href="https://git.oriole.systems">git repositories</a>.</p>
+ <p>To contact me, write to <em>wolf@</em> or find me on freenode as <em>wynn</em>.</p>
+ </header>
+ <hr></hr>
+ <main>
+ <nav data-sblg-nav="true" data-sblg-navcontent="true">
+ <article>
+ <time>${sblg-date}</time>
+ <a href="${sblg-base}.html">${sblg-titletext}</a>
+ </article>
+ </nav>
+ </main>
</body>
</html>