|
@@ -141,11 +141,10 @@ enableGitInfo = false
|
|
|
# Contact Widget setup
|
|
|
email = "test@example.org"
|
|
|
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
|
|
- office_hours = """
|
|
|
- Monday 10:00 to 13:00<br>
|
|
|
- Wednesday 09:00 to 10:00<br>
|
|
|
- Otherwise email to book an appointment
|
|
|
- """
|
|
|
+ # 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<br>
|
|
|
+ Otherwise email to book an appointment"""
|
|
|
phone = "888 888 88 88"
|
|
|
skype = "echo123"
|
|
|
telegram = ""
|
|
@@ -247,7 +246,7 @@ enableGitInfo = false
|
|
|
|
|
|
[[menu.main]]
|
|
|
name = "Publications"
|
|
|
- url = "#publications_selected"
|
|
|
+ url = "#publications_featured"
|
|
|
weight = 2
|
|
|
|
|
|
[[menu.main]]
|