diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ --- -project: Andrew's Website +project: Andrew Lee --- <HTML> <HEAD> {% include heading.html %} - <TITLE>Home | Andrew Lee</TITLE> + <TITLE>Home | {{ site.title }}</TITLE> </HEAD> <BODY> {% include navigator.html %} -<h1 class ="title">{{ site.title }}</h1> +<h1 class ="title">{{ site.title }} Homepage</h1> <h2>Who am I?</h2> <p>Hello! My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.</p> <h2>When did I start programming?</h2> |
