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

_index.md « thefooter « placeholders « content-organisation « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49f828af8190aeb861f87c0a6987c0e181af9822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
+++
title = "Footer"
description = ""
weight = 100
subpage = true
+++


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

```bash
	content/
	├──	_footer.md
	└──	_footer.fr.md
```

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