Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single entry for site.author.links does not work #280

Closed
4 of 6 tasks
v60fan opened this issue Mar 18, 2018 · 1 comment
Closed
4 of 6 tasks

Single entry for site.author.links does not work #280

v60fan opened this issue Mar 18, 2018 · 1 comment

Comments

@v60fan
Copy link

v60fan commented Mar 18, 2018

  • This is a question about using the theme.
  • This is a feature request or enhancement.
  • I believe this to be a bug with the theme.
    • I am using the latest version of the theme.
    • I have updated all gems with bundle update.
    • I have tested locally with bundle exec jekyll build.

Environment information

  • So Simple version: 3.1.0
  • Jekyll version: 3.7.3
  • GitHub Pages hosted site: no
  • Operating system(s): linux with docker

Expected behavior

I'm wanting to only list a single entry in site.author.links (in my case Instagram). However, when I only have this single entry, nothing appears in the sidebar under the author. If I simply add a second link, such as GitHub, the first link appears. Is it not possible to only have 1 link entry?

Steps to reproduce the behavior

Here is the excerpt in my _config.yml

author:
  name: My Name
  picture: /images/my_image.jpg
  email:
  twitter:
  links:
    - title: Instagram
      url: https://instagram.com/my_profile
      icon: fab fa-instagram
@mmistakes
Copy link
Owner

Good catch, yes this is a bug. Fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants