summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.xml21
-rw-r--r--templates/post.xml6
2 files changed, 18 insertions, 9 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>
diff --git a/templates/post.xml b/templates/post.xml
index d9e5aa0..b04439a 100644
--- a/templates/post.xml
+++ b/templates/post.xml
@@ -14,10 +14,8 @@
<meta name="twitter:description" content="oriole.systems ยท an oriole's pendent nest" />
<meta name="twitter:image" content="https://oriole.systems/logo.webp" />
</head>
- <body class="post">
- <main>
- <article data-sblg-article="true"></article>
- </main>
+ <body>
+ <article data-sblg-article="true"></article>
</body>
</html>