1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

[feat : Issue #433 ] Added github-edit-link to sidebar

This link will direct anyone who wants to edit this page directly to the Github path which contains the file.

CHANGELOG :
1. Added the [GitHub Metadata] (http://jekyll.github.io/github-metadata/) plugin to Gemfile and Plugins
2. Added the link to the sidebar for license pages.

Github issue #433
This commit is contained in:
Rishabh Chakrabarti 2018-06-25 03:10:53 +05:30
parent a4311ad861
commit bb8ad22c89
3 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@ versions = JSON.parse(open('https://pages.github.com/versions.json').read)
gem 'github-pages', versions['github-pages'] gem 'github-pages', versions['github-pages']
gem "jekyll-github-metadata"
group :development do group :development do
gem 'colored' gem 'colored'
gem 'fuzzy_match' gem 'fuzzy_match'

View File

@ -40,6 +40,8 @@ plugins:
- jekyll-redirect-from - jekyll-redirect-from
- jekyll-seo-tag - jekyll-seo-tag
- jekyll-coffeescript - jekyll-coffeescript
- jekyll-github-metadata
sass: sass:
style: :compressed style: :compressed

View File

@ -1,5 +1,7 @@
<div class="sidebar"> <div class="sidebar">
{% github_edit_link "Help improve this page" %}
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a> <a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<div class="how-to-apply"> <div class="how-to-apply">