Add missing params on ananke.social.follow (#754)
Add missing `params` prefix on `params.ananke.social.follow` when used in config.toml or hugo.toml. Signed-off-by: Melroy van den Berg <melroy@melroy.org>
This commit is contained in:
parent
ddc42113d5
commit
d0db17e8a9
|
@ -42,7 +42,7 @@ featured_image_class = "cover bg-top"
|
||||||
cover_dimming_class = "bg-black-60"
|
cover_dimming_class = "bg-black-60"
|
||||||
recent_posts_number = 3
|
recent_posts_number = 3
|
||||||
|
|
||||||
[ananke.social.follow]
|
[params.ananke.social.follow]
|
||||||
new_window_icon = false # show a little "opens in new window" icon next to the link
|
new_window_icon = false # show a little "opens in new window" icon next to the link
|
||||||
networks = [
|
networks = [
|
||||||
"facebook",
|
"facebook",
|
||||||
|
|
Loading…
Reference in a new issue