diff --git a/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_nav.scssc b/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_nav.scssc
index 7df0036..f0dc9fb 100644
Binary files a/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_nav.scssc and b/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_nav.scssc differ
diff --git a/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_overlay-menu.scssc b/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_overlay-menu.scssc
index 0111a17..6f8cf11 100644
Binary files a/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_overlay-menu.scssc and b/.sass-cache/9a49b57d5f63e6db4d7da45c4d90ec2de2c4e5c8/_overlay-menu.scssc differ
diff --git a/_i18n/en.yml b/_i18n/en.yml
index 30f97ca..e6a19f6 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -7,5 +7,14 @@ pages:
example: example
includeexample: The following text is a Jekyll include liquid tag parameter
titles:
- home: Official Website | Private Digital Currency
+ home: Official Website | Private Digital Currency
participate: Participate
+nav:
+ what-is-dash: What is Dash
+ get-dash: Get Dash
+ participate: Participate
+ currency: Currency
+ community: Community
+ blog: Blog
+ project: Project
+ search: Search
\ No newline at end of file
diff --git a/_includes/nav-desktop.html b/_includes/nav-desktop.html
new file mode 100644
index 0000000..aa48241
--- /dev/null
+++ b/_includes/nav-desktop.html
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/_includes/nav-mobile.html b/_includes/nav-mobile.html
new file mode 100644
index 0000000..9a1f13c
--- /dev/null
+++ b/_includes/nav-mobile.html
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index f36fc9b..303be73 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,7 +2,7 @@
- {% if page.title %}{{ t page.title }} — {% endif %}Dash
+ {% if page.title %}{% t page.title %} — {% endif %}Dash
@@ -47,19 +47,7 @@
-
+ {% include nav-desktop.html %}