mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-27 14:12:09 +00:00
Add missing <h1> tags
This commit is contained in:
parent
6ede1a393f
commit
925b8960a8
3 changed files with 16 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
||||||
It me!
|
# Seirdy
|
||||||
|
|
||||||
|
It me! This is the personal website of Seirdy (online handle), a.k.a. Rohan (meatspace).
|
||||||
|
|
||||||
## About me
|
## About me
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,11 @@ outputs:
|
||||||
title: Seirdy's Home
|
title: Seirdy's Home
|
||||||
---
|
---
|
||||||
|
|
||||||
It me!
|
Seirdy
|
||||||
|
======
|
||||||
|
|
||||||
|
It me! This is the personal website of Seirdy (online handle), a.k.a. Rohan
|
||||||
|
(meatspace).
|
||||||
|
|
||||||
Other versions of this website
|
Other versions of this website
|
||||||
------------------------------
|
------------------------------
|
||||||
|
@ -19,7 +23,9 @@ About me
|
||||||
|
|
||||||
The Director's Cut of my bio is at my [About page](/about.html).
|
The Director's Cut of my bio is at my [About page](/about.html).
|
||||||
|
|
||||||
Git repos: <a href="https://sr.ht/~seirdy" rel="me">Sourcehut</a>, <a href="https://github.com/Seirdy" rel="me">GitHub</a>, and <a href="https://gitlab.com/Seirdy" rel="me">GitLab</a>
|
Git repos: <a href="https://sr.ht/~seirdy" rel="me">Sourcehut</a>,
|
||||||
|
<a href="https://github.com/Seirdy" rel="me">GitHub</a>, and
|
||||||
|
<a href="https://gitlab.com/Seirdy" rel="me">GitLab</a>
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<h3>Posts</h3>
|
{{ if eq .RelPermalink "/posts.html" -}}
|
||||||
|
<h1>Posts</h1>
|
||||||
|
{{ else -}}
|
||||||
|
<h2>Posts</h2>
|
||||||
|
{{ end -}}
|
||||||
<p><em>Timestamp format: <code>YYYY-MM-DD</code>, as per <a href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</a> and <a href="https://xkcd.com/1179/">ISO 8601</a></em></p>
|
<p><em>Timestamp format: <code>YYYY-MM-DD</code>, as per <a href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</a> and <a href="https://xkcd.com/1179/">ISO 8601</a></em></p>
|
||||||
<ul id="posts">
|
<ul id="posts">
|
||||||
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
|
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
|
||||||
|
|
Loading…
Reference in a new issue