From 86aaab80d61dafdbfbbc5f51cdb867438962d706 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 22 Jun 2019 00:11:41 -0500 Subject: [PATCH] config.toml | added social links --- config.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 2fff0704..e4e76195 100644 --- a/config.toml +++ b/config.toml @@ -26,8 +26,14 @@ theme = "Bleach" # set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....") hideHUGOSupport = false showtoc = false -[params.footer] - company = "Donald Harper Photographs" + [params.footer] + company = "Donald Harper Photographs" + [params.social] + # facebook = "https://facebooke.com" + twitter = "https://twitter.com/duckunix" + instagram = "https://instagram.com/duckunix" + github = "https://github.com/duckunix" + # linkedin = "https://linkedin.com" [outputs] home = [ "RSS", "HTML"]