From b017b6210adbb9eefd98cef424dc41ddd4985177 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Fri, 13 May 2016 11:26:06 -0500 Subject: [PATCH 1/2] Adding MSP speakers page. Former-commit-id: 0af1fac0d2d5853e01d1164cdd07fb44ef256af5 --- content/events/2016-minneapolis/speakers.md | 8 ++++++++ data/events/2016-minneapolis.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 content/events/2016-minneapolis/speakers.md diff --git a/content/events/2016-minneapolis/speakers.md b/content/events/2016-minneapolis/speakers.md new file mode 100644 index 00000000000..32a05d93bc0 --- /dev/null +++ b/content/events/2016-minneapolis/speakers.md @@ -0,0 +1,8 @@ ++++ +City = "London" +Year = "2016" +date = "2016-03-06T21:17:14-06:00" +title = "speakers" +type = "speakers" + ++++ diff --git a/data/events/2016-minneapolis.yml b/data/events/2016-minneapolis.yml index 09ea1b674da..9a70fdc0779 100644 --- a/data/events/2016-minneapolis.yml +++ b/data/events/2016-minneapolis.yml @@ -10,7 +10,7 @@ cfp_date_end: 2016-03-31 cfp_date_announce: 2016-05-01 coordinates: "44.972610,-93.272960" # The corrodinates of your venue. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html location: "Downtown Minneapolis Hilton" # The name of your location -navigationelements: ["welcome", "program", "propose", "location", "registration", "sponsor", "contact", "conduct"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. +navigationelements: ["welcome", "program", "speakers", "propose", "location", "registration", "sponsor", "contact", "conduct"] # List of pages you want to show up in the navigation of your page. Remove any that aren't relevent yet. team_members: # Name is the only required field for team members. - name: "Bridget Kromhout" twitter: "bridgetkromhout" From e7b5667c347b2a85f3d9f136a44cd535bfe80f9a Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Fri, 13 May 2016 11:27:11 -0500 Subject: [PATCH 2/2] Removing unused frontmatter. Former-commit-id: 0ee6457713664b28c96db07b973266ad436cb9ab --- content/events/2016-minneapolis/speakers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/events/2016-minneapolis/speakers.md b/content/events/2016-minneapolis/speakers.md index 32a05d93bc0..8e8e2e0d18c 100644 --- a/content/events/2016-minneapolis/speakers.md +++ b/content/events/2016-minneapolis/speakers.md @@ -1,6 +1,4 @@ +++ -City = "London" -Year = "2016" date = "2016-03-06T21:17:14-06:00" title = "speakers" type = "speakers"