-
Notifications
You must be signed in to change notification settings - Fork 311
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
Dev --> master #2230
Dev --> master #2230
Conversation
Update dev from master
Incremental regeneration
Deprecate authors fields
Add missing carets
Update gems, fix line break
better GitHub link
@@ -9,22 +9,22 @@ class UtilityClass | |||
@utility_class = UtilityClass.new | |||
@utility_class.extend(Jekyll::Utility) | |||
|
|||
@nav_items = YAML.load(File.read(File.join(Dir.pwd, 'spec/_data/navigation.yml')))['assigned'] | |||
@nav_items = YAML.safe_load(File.read(File.join(Dir.pwd, 'spec/_data/navigation.yml')))['assigned'] |
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.
Line is too long. [103/100]
Blocked until I get a lingering caret bug (in blog layout) fixed! |
Accessibility updates to arrow SVGs
🤔 Our project pages have gotten oddly centered. |
refine how allow-layout-classes works
I just did a site sweep and noticed that the project page cards lost there |
Add baseurl to project cards
Fixes issue(s) #2222, #2218, #2209, #1949, #2224
😎 PREVIEW
Changes proposed in this pull request:
jekyll-archives
, added support for incremental regeneration Make jekyll-archives support incremental regeneration #1949/cc @coreycaitlin @austinhernandez