diff --git a/.gitignore b/.gitignore
index 5c5a91f8f726..406061feb7db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
*~
*.sw[p_]
+# IntelliJ IDEA
+*.idea
+
# Sublime Text
*.sublime-project
*.sublime-workspace
diff --git a/_includes/masthead.html b/_includes/masthead.html
index 0c66aa65a4fd..f919fb77937c 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -14,7 +14,11 @@
{%- for link in site.data.navigation.main -%}
{%- endfor -%}
diff --git a/docs/_docs/07-navigation.md b/docs/_docs/07-navigation.md
index dba977140f98..feb9fe25a53c 100644
--- a/docs/_docs/07-navigation.md
+++ b/docs/_docs/07-navigation.md
@@ -30,6 +30,7 @@ main:
url: /collection-archive/
- title: "External Link"
url: https://google.com
+ target: _blank
```
Which will give you a responsive masthead similar to this: