diff --git a/README.md b/README.md index c7a2c1e..bf540ba 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ orcid = "#" # Travel googlemaps = "#" +tripadvisor = "#" ``` diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1fb781a..a8ecb5d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -75,6 +75,7 @@ disqusShortname = "" # Travel googlemaps = "#" + tripadvisor = "#" # Menu links along the sidebar navigation. [[menu.main]] diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 67ebeaa..c4eba73 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -227,6 +227,15 @@ {{ end }} + {{ if isset .Site.Params "tripadvisor" }} + + + + + + + {{ end }} +