Add footer

This commit is contained in:
Valentin Brandl 2019-07-29 22:12:54 +02:00
parent f7f88532af
commit 778f401c3f
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -81,6 +81,18 @@ footer =
]
]
]
, nav []
[ ul []
[ li []
[ small []
[ a [ href repository ] [ text "Repository" ] ]
]
, li []
[ small []
[ a [ href "https://opensource.org/licenses/MIT" ] [ text "MIT License" ] ]
]
]
]
]