diff --git a/config.toml b/config.toml index e917599..debf9d0 100644 --- a/config.toml +++ b/config.toml @@ -20,9 +20,15 @@ navbar = "cncf-color.png" [[params.social]] name = "Twitter" color = "#00aced" -url = "https://twitter.com/CloudNativeFdn" +url = "https://twitter.com/inclusivenaming" icon = "fab fa-twitter" +[[params.social]] +name = "GitHub" +color = "#000000" +url = "https://github.com/inclusivenaming" +icon = "fab fa-github" + [[params.fonts]] name = "Open Sans" sizes = [300, 400, 600, 700] diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 6a76675..f6cd9d6 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -32,5 +32,13 @@ {{ end }} + +
diff --git a/layouts/partials/social-buttons.html b/layouts/partials/social-buttons.html index cbec487..489287c 100644 --- a/layouts/partials/social-buttons.html +++ b/layouts/partials/social-buttons.html @@ -1,14 +1,11 @@ {{ range . }} {{ $color := .color | default "white" }} - + {{ with .icon }} {{ end }} - {{ with .name }} - {{ . }} - {{ end }} {{ end }}