adjust header of main page
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-02-10 17:30:42 -08:00
parent bbefc262ac
commit 0889db812c
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
<header>
<h1><a href="/">morgan.mcmillian.dev</a></h1>
<nav>
<a href="/contact">contact</a>
<a href="/chat">chat</a>
<a href="/contact">contact</a>
<a href="/chat">chat</a>
<a href="https://fosstodon.org/@thrrgilag" rel="me">social</a>
<a href="/atom.xml">feed</a>
<a href="/atom.xml">feed</a>
</nav>
</header>

View file

@ -1,9 +1,8 @@
{{ define "main" }}
{{ partial "header.html" . | safeHTML }}
<p>My name is Morgan McMillian, also known as thrrgilag in various places online. I am a software engineer with an obsession for Linux, open-source software, and tech in general.</p>
<p>Morgan McMillian, also known as thrrgilag.</p>
<h2>code</h2>
<nav>
<a href="https://git.dreamfall.space/thrrgilag" rel="me">git</a>
<a href="https://gitlab.com/thrrgilag" rel="me">gitlab</a>
@ -16,4 +15,5 @@
<li>{{ .Date.Format "2006-01-02" }} ~ <a href="{{ .Path }}">{{ .Title }}</a></li>
{{ end -}}
</ul>
{{ end }}