From 34b4262a7f767d68ecde87ccbee75a0870b9950d Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 5 Jan 2017 09:26:08 -0500 Subject: [PATCH] Added dummy links back into navbar --- site/articles.html | 8 +++++++- site/home.html | 8 +++++++- site/projects.html | 8 +++++++- site/prototypes.html | 8 +++++++- templates/page.erb | 8 +++++++- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/site/articles.html b/site/articles.html index 6d2f1c2..a44fbf9 100644 --- a/site/articles.html +++ b/site/articles.html @@ -27,7 +27,13 @@
- +

Articles

diff --git a/site/home.html b/site/home.html index 2c455ec..33f5919 100644 --- a/site/home.html +++ b/site/home.html @@ -27,7 +27,13 @@
- +

Home

diff --git a/site/projects.html b/site/projects.html index 84b14a3..2effe87 100644 --- a/site/projects.html +++ b/site/projects.html @@ -27,7 +27,13 @@
- +

Projects

diff --git a/site/prototypes.html b/site/prototypes.html index 6ecd5ad..eaf6681 100644 --- a/site/prototypes.html +++ b/site/prototypes.html @@ -27,7 +27,13 @@
- +

Prototypes

diff --git a/templates/page.erb b/templates/page.erb index cf634ec..a34d16c 100644 --- a/templates/page.erb +++ b/templates/page.erb @@ -21,7 +21,13 @@
- +
<%= @contents %> -- 2.54.0