Add bigger BMAC link to contact page
This commit is contained in:
parent
3053dc6656
commit
85a2df882f
3 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ aliases:
|
|||
- /about/
|
||||
---
|
||||
|
||||
Given I spend my life attached to some form of computer, I'm not a hard person to get ahold of.
|
||||
Given I spend my life attached to some form of computer, I'm not a hard person to get hold of.
|
||||
|
||||
If you stumbled across an email address of mine, best not to use it. Like most people my age, I'm not an active user of email. Here are the channels I recommend (in order):
|
||||
|
||||
|
@ -14,4 +14,6 @@ If you stumbled across an email address of mine, best not to use it. Like most p
|
|||
- Discord: {{< sociallink discord >}}
|
||||
- Matrix: {{< sociallink matrix >}}
|
||||
|
||||
Want to say thanks? [Buy me a coffee]({{< socialurl buymeacoffee >}}).
|
||||
|
||||
### Profiles
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div class="row">
|
||||
{{ range $i, $e := sort .Site.Data.social.accounts "name" }}
|
||||
<div class="col-sm-3 mt-3">
|
||||
<div class="card about-card text-center">
|
||||
<div class="card about-card text-center" id="{{ urlize $e.name }}">
|
||||
<a href="{{ $e.link }}" class="colour-invert">
|
||||
<h1 class="display-3"><i class="{{ $e.icon }}"></i></h1>
|
||||
</a>
|
||||
|
|
1
layouts/shortcodes/socialurl.html
Normal file
1
layouts/shortcodes/socialurl.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ (index .Site.Data.social.accounts (.Get 0)).link }}
|
Loading…
Reference in a new issue