-
-
Notifications
You must be signed in to change notification settings - Fork 778
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 frameworks #460 #480
Add frameworks #460 #480
Conversation
_layouts/project.html
Outdated
@@ -182,6 +185,21 @@ <h4 style='color:#333'>Resources</h4> | |||
} | |||
</script> | |||
|
|||
<!--Script for adding frameworks to "Frameworks" Section--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ruben1s I don't think we need javascript to fill in the frameworks. The data for this is in the project.md file itself - not in the JSON data we scrape from GitHub's api.
Can you please take this out and see if frameworks display? If so, please edit your pull request. If not, please get back to me so I can look more carefully to see why we need JS to do this.
I made the change @cnk requested. |
* Fixes 460 * Fixes 460 * Capitalize Jekyll and GitHub Pages * Correct capitalization of PostgreSQL Co-authored-by: ruben1s <[email protected]>
Had to manually resolve conflicts so had to create an alternate pull request #491 that contained these updates |
Fixes #460