chore: humans.txt
This commit is contained in:
parent
e327e44f1d
commit
1e66250080
1 changed files with 14 additions and 0 deletions
14
src/meta/humans.liquid
Normal file
14
src/meta/humans.liquid
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
permalink: "/humans.txt"
|
||||||
|
layout: null
|
||||||
|
eleventyExcludeFromCollections: true
|
||||||
|
---
|
||||||
|
## team
|
||||||
|
|
||||||
|
{{ globals.site_name }}
|
||||||
|
{{ globals.url }}
|
||||||
|
{{ globals.mastodon }}
|
||||||
|
|
||||||
|
## colophon
|
||||||
|
|
||||||
|
{{ globals.url }}/colophon
|
Reference in a new issue