Add keybase.txt support
This commit is contained in:
parent
af4fd6cb0a
commit
023b720be7
3 changed files with 59 additions and 0 deletions
|
@ -17,6 +17,10 @@ getFaviconR = do cacheSeconds $ 60 * 60 * 24 * 30 -- cache for a month
|
|||
return $ TypedContent "image/x-icon"
|
||||
$ toContent $(embedFile "config/favicon.ico")
|
||||
|
||||
getKeybaseR :: Handler TypedContent
|
||||
getKeybaseR = return $ TypedContent typePlain
|
||||
$ toContent $(embedFile "config/keybase.txt")
|
||||
|
||||
getRobotsR :: Handler TypedContent
|
||||
getRobotsR = return $ TypedContent typePlain
|
||||
$ toContent $(embedFile "config/robots.txt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue