-
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 #2112
Dev --> master #2112
Conversation
Improve build times for blogs
Revised "Hire 18F" content
Project intros
] | ||
|
||
stripped_post_directory.each_with_index do |post, index| | ||
if !lines.include? "- #{post}\n" and !acceptable_indices.include? index |
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.
Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.
Use && instead of and.
Add project-page links to what we deliver, revise HHS intro
@@ -1,10 +1,3 @@ | |||
GIT |
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.
These changes need to be reverted before merging
LGTM! !! |
Updated developer page and fixed link in one year in review blog post
@gboone This look okay to merge? |
@gboone Is it time to press the big 🍏 button? |
😎 PREVIEW
Changes proposed in this pull request:
./serve-blog
script/cc @coreycaitlin