mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 21:00:10 +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-redirect-from
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-coffeescript
|
- jekyll-coffeescript
|
||||||
|
- jekyll-github-metadata # For 'Improve this page' links
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
style: :compressed
|
style: :compressed
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<a href="/about/">About</a>
|
<a href="/about/">About</a>
|
||||||
<a href="/terms-of-service/">Terms of Service</a>
|
<a href="/terms-of-service/">Terms of Service</a>
|
||||||
|
{% github_edit_link "Help improve this page" %}
|
||||||
</nav>
|
</nav>
|
||||||
<p>
|
<p>
|
||||||
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
|
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user