diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c7318dc4..aaea6e60 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,7 +20,7 @@ googleAnalytics = "" address = "Stanford AI Lab, Stanford University, California, 90210, USA." phone = "888 888 88 88" - # Date format (refer to Go's formatting options) + # Date format (refer to Go's date format: http://flippinggodateformat.com ) # Examples: "Mon, Jan 2, 2006" or "2006-01-02" date_format = "Mon, Jan 2, 2006" @@ -46,6 +46,10 @@ googleAnalytics = "" institution = "Massachusetts Institute of Technology" year = 2008 + [params.contact] + # Automatically link email and phone? + autolink = true + # Social/Academic Networking # # Icon pack "fa" includes the following social network icons: diff --git a/layouts/partials/home_contact.html b/layouts/partials/home_contact.html index f6dd6105..52d2f6ce 100644 --- a/layouts/partials/home_contact.html +++ b/layouts/partials/home_contact.html @@ -3,14 +3,22 @@ {{ with .Site.Params.phone }}