feat: initial import
This commit is contained in:
commit
03ab1091b1
50 changed files with 1146 additions and 0 deletions
6
layouts/_partials/contact.html
Normal file
6
layouts/_partials/contact.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{ range site.Params.contact.methods }}
|
||||
<div class="contact-method">
|
||||
<h6 class="contact-method__name">{{ T .name }}</h6>
|
||||
<a class="contact-method__content" href="{{ .link | safeURL }}">{{ .display }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue