-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add link to the GitHub repository behind the page #28
Comments
tested with adding this to {% if site.github != nil %}
<li class="nav-item">
<a href="{{ site.github.repository_url }}" class="nav-item nav-link text-light active"><i class="fab fa-github"></i> {{ site.github.repository_nwo }}</a>
</li>
{% endif %} and this to # Uncomment the lines below for local testing of https://jekyll.github.io/github-metadata/site.github/
github:
repository_url: https://github.com/InnerSourceCommons/working-group-roles
repository_nwo: InnerSourceCommons/working-group-roles How it currently is, for comparison (+ @rrrutledge , I could apply this to our fork at https://github.com/InnerSourceCommons/working-group-roles, if it is not included upstream. Note: The change as described in this comment is not backwards compatible, the feature is turned on by default. |
I like it- it is a good idea. |
This will enable users to easily find how to contribute to the page.
It could possibly be done with https://jekyll.github.io/github-metadata/site.github/ using site.github.repository_url and other similar fields.
The text was updated successfully, but these errors were encountered: