add index page
This commit is contained in:
parent
375c6e833a
commit
3f025721c8
6 changed files with 63 additions and 8 deletions
|
@ -17,7 +17,7 @@ make :: Text -> [(FilePath, Info)] -> Lazy.Text
|
|||
make title infos = toLazyText $ make' title infos
|
||||
|
||||
make' :: Text -> [(FilePath, Info)] -> Builder
|
||||
make' title infos = [b|
|
||||
make' title infos = [b|@0
|
||||
<!DOCTYPE html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue