hugo-initio
hugo-initio copied to clipboard
Follow Me not showing icons
Working on a website and the "Follow Me" Social icons are not showing up"
[[params.social]]
title = 'twitter'
url = 'https://twitter.com/MiaSanHollywood'
icon = 'fab fa-twitter-square'
footer = true
sharethis = true
network = 'twitter'
[[params.social]]
title = 'instagram'
url = 'https://www.instagram.com/miasanhollywood/'
icon = 'fab fa-instagram'
footer = true
sharethis = true
network = ''
However the site shows this...
No errors when I run hugo server
$ hugo server
Start building sites …
hugo v0.91.2+extended darwin/amd64 BuildDate=unknown
| EN
-------------------+-----
Pages | 9
Paginator pages | 0
Non-page files | 3
Static files | 9
Processed images | 0
Aliases | 3
Sitemaps | 1
Cleaned | 0
Built in 19 ms
Watching for changes in /Users/chernand/git/msh-website/miasanhollywoodwebsite/{archetypes,content,package.json,themes}
Watching for config changes in /Users/chernand/git/msh-website/miasanhollywoodwebsite/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
Found out my issue. I had [Params]
in the previous section instead of [params]
...changing it to the lowercase version made it show up.