From 1e4c784778ec7af0fd52eca50a885fc717200d70 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 29 Nov 2017 00:27:29 +0000 Subject: [PATCH] Update custom widget --- content/home/teaching.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/content/home/teaching.md b/content/home/teaching.md index 0b1ed6b..ea4c76d 100644 --- a/content/home/teaching.md +++ b/content/home/teaching.md @@ -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`.