add humans.txt
This commit is contained in:
parent
5ecf5666b0
commit
a036743956
|
@ -20,6 +20,8 @@ class Layout extends Widget
|
||||||
link rel: "stylesheet", href: "/static/css/readable.css"
|
link rel: "stylesheet", href: "/static/css/readable.css"
|
||||||
link rel: "stylesheet", href: "/static/css/main.css"
|
link rel: "stylesheet", href: "/static/css/main.css"
|
||||||
|
|
||||||
|
link type: "text/plain", rel: "author", href: "/humans.txt"
|
||||||
|
|
||||||
script src: "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
|
script src: "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
|
||||||
script src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
|
script src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"
|
||||||
script src: "/static/js/instantclick.min.js"
|
script src: "/static/js/instantclick.min.js"
|
||||||
|
|
|
@ -38,6 +38,10 @@ http {
|
||||||
alias static/favicon.ico;
|
alias static/favicon.ico;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /humans.txt {
|
||||||
|
alias static/humans.txt;
|
||||||
|
}
|
||||||
|
|
||||||
location /keybase.txt {
|
location /keybase.txt {
|
||||||
alias static/keybase.txt;
|
alias static/keybase.txt;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Christine Dodrill
|
||||||
|
Sephira Williams
|
Loading…
Reference in New Issue