Fully replace about page with contact page
This commit is contained in:
parent
c098d2d92f
commit
f606678171
4 changed files with 6 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: About
|
||||
layout: about
|
||||
image: unsplash:SYTO3xs06fU
|
||||
---
|
||||
|
||||
In the interest of privacy, there's very little personal information here.
|
||||
|
||||
The information that is here is either not personal enough to bother protecting, or has been selectively chosen as nothing bad.
|
||||
|
||||
If you want to find out more, [get in touch]({{< relref "contact" >}}).
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: Contact
|
||||
image: unsplash:71CjSSB83Wo
|
||||
layout: contact
|
||||
aliases:
|
||||
- /about/
|
||||
---
|
||||
|
||||
Given I spend my life attached to some form of computer, I'm not a hard person to get ahold of.
|
||||
|
@ -10,3 +13,5 @@ If you stumbled across an email address of mine, best not to use it. Like most p
|
|||
- Twitter: {{< sociallink twitter >}}
|
||||
- Discord: {{< sociallink discord >}}
|
||||
- Telegram: {{< sociallink telegram >}}
|
||||
|
||||
### Profiles
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<p>© {{ now.Year }} <a href='{{ ref . "about" }}'>{{ .Site.Title }}</a>.</p>
|
||||
<p>© {{ now.Year }} <a href='{{ ref . "contact" }}'>{{ .Site.Title }}</a>.</p>
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="col-sm-4 text-center px-5">
|
||||
|
|
Loading…
Reference in a new issue