aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--404.html2
-rw-r--r--_includes/navigator.html2
-rw-r--r--about.html2
-rw-r--r--blog.html2
-rw-r--r--index.html2
-rw-r--r--project.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/404.html b/404.html
index 92eb2a5..30e877c 100644
--- a/404.html
+++ b/404.html
@@ -4,7 +4,7 @@ project: Andrew's Website
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>404 | Andrew's Website</TITLE>
+ <TITLE>404 | Andrew Lee</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 5759dca..82e6550 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -1,6 +1,6 @@
<div id="navigation">
<ul class="navbar">
- <li class="nav logo">{{ site.title }}</li>
+ <li class="nav logo">Andrew Lee</li>
<li class="nav" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
<li class="nav" {% if page.url == "/project.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav"href="/project.html">PROJECTS</a></li>
<li class="nav" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/blog.html">BLOG</a></li>
diff --git a/about.html b/about.html
index c24a3ae..a5fc424 100644
--- a/about.html
+++ b/about.html
@@ -5,7 +5,7 @@ project: Andrew's Website
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>About Andrew</TITLE>
+ <TITLE>About | Andrew Lee</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
diff --git a/blog.html b/blog.html
index 2eabd2b..b43e498 100644
--- a/blog.html
+++ b/blog.html
@@ -5,7 +5,7 @@ project: Andrew's Website
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>Andrew's Blog</TITLE>
+ <TITLE>Blog | Andrew Lee</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
diff --git a/index.html b/index.html
index 6e0563a..bd5bf37 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@ project: Andrew's Website
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>{{ site.title }}</TITLE>
+ <TITLE>Home | Andrew Lee</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
diff --git a/project.html b/project.html
index 59756f5..ccb2109 100644
--- a/project.html
+++ b/project.html
@@ -5,7 +5,7 @@ project: Andrew's Website
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>Andrew's Projects</TITLE>
+ <TITLE>Projects | Andrew Lee</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}