Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.77 KB

index.en.md

File metadata and controls

54 lines (44 loc) · 1.77 KB
type aliases title linkTitle date draft nav_weight nav_icon series categories tags images authors
docs
/en/docs/modules/footer/overview/
Footer Overview
Overview
2023-02-17 00:39:18 +0800
false
1
vendor name
bs
file-richtext
Docs
Modules
Footer
HB

This module is a universal footer, which ships with menus and some useful sub modules, i.e. social links.

{{% hb-module footer %}}

Site Configuration

Parameter Type Default Description
title string - The site's title.
copyright string - The site's copyright, supported Markdown syntax and {year} placeholder.

Site Parameters

Parameter Type Default Description
description string - The site's description, supported Markdown syntax.

Footer's Scoped Parameters

Parameter Type Default Description
powered_by boolean true Whether to show the powered by.
site_title string - Replace site title with this if set.
site_description string - Replace site description with this if set.
site_copyright string - Replace site copyright with this if set.

{{< bs/config-toggle filename=hugo >}} {{% code-snippet config.toml %}} {{< /bs/config-toggle >}}