Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.md « thefooter « 02-navigation-search « content-and-customization « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 399c203c9053b263ed4b1dbf9c24987744427ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
+++
title = "Footer"
description = ""
weight = 100

+++

Docport's Footer displays what you want !

![footer](screenshot.png?classes=border,shadow)

## Set your footer

Create a `_layout/footer/_index.md` page in content root folder. 
Its content is what you get in the footer

```bash
	content/
	└──	_layout
		   └── footer
				├──	_index.md
				└──	_index.fr.md
```

This allow you to define a localized footer content.

{{%alert info%}}**Tip :** You can put a full HTML content in your `_index.md` file{{%/alert%}}

## Hide site footer
Set `hide_footer=true` in your page's frontmatter, see [an example here]({{%relref "examples/page without footer"%}})