diff --git a/config/_default/params.toml b/config/_default/params.toml index ff243cd..3573741 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -72,11 +72,10 @@ phone = "" address = "" # Office hours: use `
` to insert a line break, or set to "" to remove office hours -office_hours = """Monday 10:00 to 13:00
- Wednesday 09:00 to 10:00""" +office_hours = "" # Enter an optional link for booking appointments (e.g. calendly.com). -appointment_url = "https://calendly.com" +appointment_url = "" # Contact links # Set to `[]` to disable, or comment out unwanted lines with a hash `#`. diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 2b8e994..b53ada4 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -10,7 +10,7 @@ authors: superuser: true # Role/position -role: Developer +role: Developer &
System Administrator # Organizations/Affiliations #organizations: diff --git a/content/post/gotcha-slice-append-backing-array-overwrite.md b/content/post/gotcha-slice-append-backing-array-overwrite.md new file mode 100644 index 0000000..cefd81e --- /dev/null +++ b/content/post/gotcha-slice-append-backing-array-overwrite.md @@ -0,0 +1,7 @@ +--- +title: "Gotcha - Overiting a shared backing array when calling append" +date: 2019-09-26T21:42:18-07:00 +categories: [gotcha] +--- + +Test