Update custom widget

This commit is contained in:
George Cushen 2017-11-29 00:27:29 +00:00
parent 6ce338bb9f
commit 1e4c784778
1 changed files with 2 additions and 10 deletions

View File

@ -7,7 +7,7 @@ active = true
date = "2016-04-20T00:00:00"
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
title = "Teaching"
title = "Custom Section"
subtitle = ""
# Order that this section will appear in.
@ -17,12 +17,4 @@ weight = 60
This is an example of using the *custom* widget to create your own homepage section.
I am a teaching instructor for the following courses at University X:
- CS101: An intro to computer science
- CS102: An intro to computer science
- CS103: An intro to computer science
- CS104: An intro to computer science
- CS105: An intro to computer science
- CS106: An intro to computer science
- CS107: An intro to computer science
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`.