forked from sergiokopplin/indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync from upstream #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All pages with layout `post` are given a property `hidden` with default value of `false`. The value can be overwritten in the front matter of a specific post that you might want to set to hidden. Why? After PR #278 no navigation links were shown unless posts had explicitly been specified as not hidden (`hidden: false`). This PR is meant to fix this issue.
Fixing `does not have a valid date in the YAML front matter` error while building the site. More info: #348.
Fixing an issue where all links will be shown with the site's image, instead of the image specified in the `image` field in the specific post's front matter. More info: #350
Fixing an issue with og:image for posts
Signed-off-by: Cristiano Nunes <cfgnunes@gmail.com>
Signed-off-by: Cristiano Nunes <cfgnunes@gmail.com>
I kept the Twitter and Facebook ones unconditionally because they may also be used on the author page. I recognize that there is no `site.google-plus` variable, but this at least guarantees that this icon will never appear unless the user really wants it.
License heading added
Thanks to @cbrueffer (cbrueffer@ae9e470)
License heading added
Removed references from discontinued "Google Plus"
Update compress.html
Update from main source
Code clean patch
Fixing several reported bugs
Improving quality and performance by using online tests
Show external images in about page
Only bake icons to html if they are being used
upgrade to jekyll-paginate-v2
Normalize patch
Bugfix variable patch
bugfix unrecongnized Liquid tag 'fa_svg'
* test deploy * typo * docs: wip * test * remove DEPLOY_TOKEN, use GITHUB_TOKEN instead * use github token
* fix: https on all links & removes github workflow * fix: removes brokwn html-proofer * fix: updates test pipeline
If you try to use linkedin without www in front of it, it throws `Hmm. We’re having trouble finding that site.` on Firefox.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.