Fix blog post layout -- MOS_MIGRATED_REVID=124556005
diff --git a/site/blog/_posts/2016-06-10-ide-support.md b/site/blog/_posts/2016-06-10-ide-support.md index eeb5bda..12ac557 100644 --- a/site/blog/_posts/2016-06-10-ide-support.md +++ b/site/blog/_posts/2016-06-10-ide-support.md
@@ -1,7 +1,8 @@ --- -layouts: posts -title: [IDE support] +layout: posts +title: IDE support --- + One of Bazel’s longest-standing feature requests is integration with IDEs. With the 0.3 release, we finally have all machinery in place that allows implementing integration with Bazel in IDEs. Simultaneous with that