1
0
jcktrue.dk/content/home/teaching.md

21 lines
692 B
Markdown
Raw Normal View History

2017-11-23 01:41:58 +00:00
+++
# Custom widget.
# An example of using the custom widget to create your own homepage section.
# To create more sections, duplicate this file and edit the values below as desired.
widget = "custom"
active = true
date = 2016-04-20T00:00:00
2017-11-23 01:41:58 +00:00
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
2017-11-29 00:27:29 +00:00
title = "Custom Section"
2017-11-23 01:41:58 +00:00
subtitle = ""
# Order that this section will appear in.
weight = 60
+++
This is an example of using the *custom* widget to create your own homepage section.
2017-11-29 00:27:29 +00:00
To remove this section, either delete `content/home/teaching.md` or edit the frontmatter of the file to deactivate the widget by setting `active = false`.