You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
bundle update
.bundle exec jekyll build
.Environment information
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
The text was updated successfully, but these errors were encountered: