website: Add license information to home page.

* website/haunt.scm (haunt-theme): Add "License" section to index page.
This commit is contained in:
David Thompson 2015-08-10 09:05:20 -04:00
parent c3df5ff848
commit bb4626a77b
1 changed files with 9 additions and 0 deletions

View File

@ -161,6 +161,15 @@ without needing to upload the generated files to a web server.")
,(date->string* (post-date post)))))
(posts/reverse-chronological posts)))
(h2 "License")
(p "Haunt is "
(a (@ (href "https://www.gnu.org/philosophy/free-sw.html"))
"Free Software")
" available under the "
(a (@ (href "https://www.gnu.org/licenses/gpl.html"))
"GNU General Public License")
" version 3 or later.")
(h2 "Contributing")
(p "Patches to fix bugs or add new functionality are
highly encouraged. In lieu of a mailing list, please send patches