diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 90535ee..c4566bb 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -20,6 +20,8 @@ class Layout extends Widget link rel: "stylesheet", href: "/static/css/readable.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://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js" script src: "/static/js/instantclick.min.js" diff --git a/nginx.conf b/nginx.conf index 80b2ab2..0ee64ce 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,6 +38,10 @@ http { alias static/favicon.ico; } + location /humans.txt { + alias static/humans.txt; + } + location /keybase.txt { alias static/keybase.txt; } diff --git a/static/humans.txt b/static/humans.txt new file mode 100644 index 0000000..f5c89d8 --- /dev/null +++ b/static/humans.txt @@ -0,0 +1,2 @@ +Christine Dodrill +Sephira Williams