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.
Adds a way to add custom link tags.
This is for adding style-sheets when we use the gem as a jekyll template. I had tried to make syntax highlighting work with rouge. But the style-sheets would just get messed up or not work. I put them under
(root_dir)/assets/css/base16.highlight.css
Allow users to disable ga tracking
Sometimes people would not want GA-tracking. So they can turn it off. By default its enabled. For backward compatibility
Adds proper meta tags for opengraph
This helps when people give a link to your website and they get a proper link preview with title description and image.
Thanks.