Update
parent
d71c3f5ee3
commit
7387321838
|
@ -72,11 +72,10 @@ phone = ""
|
|||
address = ""
|
||||
|
||||
# Office hours: use `<br>` to insert a line break, or set to "" to remove office hours
|
||||
office_hours = """Monday 10:00 to 13:00<br>
|
||||
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 `#`.
|
||||
|
|
|
@ -10,7 +10,7 @@ authors:
|
|||
superuser: true
|
||||
|
||||
# Role/position
|
||||
role: Developer
|
||||
role: Developer &<br>System Administrator
|
||||
|
||||
# Organizations/Affiliations
|
||||
#organizations:
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue