Move "profiles" header into layout template
This commit is contained in:
parent
603b3e0bb0
commit
25b0b21c2d
2 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,3 @@ If you stumbled across an email address of mine, best not to use it. Like most p
|
|||
- Matrix: {{< sociallink matrix >}}
|
||||
|
||||
Want to [say thanks]({{<relref "support" >}})?
|
||||
|
||||
### Profiles
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
<div class="container">
|
||||
{{ partial "content.html" . }}
|
||||
|
||||
<h3>Profiles</h3>
|
||||
|
||||
<div class="row">
|
||||
{{ range $i, $e := sort .Site.Data.social.accounts "name" }}
|
||||
<div class="col-sm-3 mt-3">
|
||||
|
|
Loading…
Reference in a new issue