mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
Merge pull request #592 from rishacha/feat/433-improve-page-link
Add github-edit-link to sidebar
This commit is contained in:
commit
3f0d64154f
@ -40,6 +40,7 @@ plugins:
|
||||
- jekyll-redirect-from
|
||||
- jekyll-seo-tag
|
||||
- jekyll-coffeescript
|
||||
- jekyll-github-metadata # For 'Improve this page' links
|
||||
|
||||
sass:
|
||||
style: :compressed
|
||||
|
@ -2,6 +2,7 @@
|
||||
<nav>
|
||||
<a href="/about/">About</a>
|
||||
<a href="/terms-of-service/">Terms of Service</a>
|
||||
{% github_edit_link "Help improve this page" %}
|
||||
</nav>
|
||||
<p>
|
||||
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
|
||||
|
Loading…
Reference in New Issue
Block a user