aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/about.html b/about.html
index a5fc424..2948fff 100644
--- a/about.html
+++ b/about.html
@@ -1,15 +1,14 @@
---
-project: Andrew's Website
---
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>About | Andrew Lee</TITLE>
+ <TITLE>About | {{ site.title }}</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
-<h1 class ="title">About Andrew</h1>
+<h1 class ="title">About {{ site.title }}</h1>
<h2>Contact me</h2>
<p>Email Address: {{ site.email }}</p>
<p>GitHub: <a href="https://github.com/Alee14">Alee14</a></p>