Footer

The b.Footer constructor creates a page footer.

Bulma example

Example
Code
b.Footer(
	b.Content(
		b.TextCentered,
		e.P(
			e.Strong("Bulma"), " by ", e.AHref("https://jgthms.com", "Jeremy Thomas"), ". The source code is licensed ", e.AHref("http://opensource.org/licenses/mit-license.php", "MIT"), ". The website content is licensed ", e.AHref("http://creativecommons.org/licenses/by-nc-sa/4.0/", "CC BY NC SA 4.0"), ".",
		),
	),
)
ResultHTML