aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog/_posts
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2016-06-10 13:36:13 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-06-10 13:41:46 +0000
commit429fa892ebecc2b5e890dff26727b341eec14d94 (patch)
tree0d7139876a8cf4e63301e1454ea69abe44c858f7 /site/blog/_posts
parent1eaa13a3773b8f398b7e98160a07154b6e3bad94 (diff)
Fix blog post layout
-- MOS_MIGRATED_REVID=124556005
Diffstat (limited to 'site/blog/_posts')
-rw-r--r--site/blog/_posts/2016-06-10-ide-support.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/blog/_posts/2016-06-10-ide-support.md b/site/blog/_posts/2016-06-10-ide-support.md
index eeb5bda715..12ac557cf8 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