Skip to content

cannot add any link to footer, fb twitter #2464

Answered by iBug
khannzxc asked this question in Q&A
Discussion options

You must be logged in to vote

Your _config.yml file isn't indented properly, specifically the Twitter url: key has an extra (unexpected) space:

    - label: "Twitter"
      icon: "fab fa-fw fa-twitter-square"
       url: "https://twitter.com/"
    - label: "Facebook"

Fixing that line solves the issue for me:

     #   url: "https://your-website.com"
     - label: "Twitter"
       icon: "fab fa-fw fa-twitter-square"
-       url: "https://twitter.com/"
+      url: "https://twitter.com/"
     - label: "Facebook"
       icon: "fab fa-fw fa-facebook-square"
        #url: "https://facebook.com/"
     - label: "GitHub"

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2464 on December 22, 2020 15:36.