Skip to content

How to remove the social media follow section above the footer? #435

Answered by markdumay
rohitfarmer asked this question in Help
Discussion options

You must be logged in to vote

Glad you like the theme! You can remove the entire social footer by putting an empty file in the following path of your own repo: layouts/partials/footer/social.html

I'll also push a change to the Hinode repository and release it in the upcoming version of Hinode. You could then simply disable / remove all social entries in config/_default/menus/menus.en.toml (or equivalent file in your configuration).

# remove or disable the following three default menu entries
[[social]]
  name = "LinkedIn"
  pre = "fab linkedin"
  url = "https://linkedin.com/"
  weight = 10

[[social]]
  name = "GitHub"
  pre = "fab fa-github"
  url = "https://github.com/"
  weight = 20

[[social]]
  name = "Medium"
  pre

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@markdumay
Comment options

Answer selected by markdumay
Comment options

You must be logged in to vote
2 replies
@markdumay
Comment options

@rohitfarmer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants