diff options
| author | Alee <alee14498@gmail.com> | 2018-11-17 18:42:02 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-17 18:42:02 -0500 |
| commit | 6c9852bf3c9c606d12a57f6b0f0a16f79457a690 (patch) | |
| tree | a701c8fd9b27151d6e40cbabf01076784fe8c76c /index.html | |
| parent | 81d42aae318e3b3ef507729be9ecb036adbd8cfa (diff) | |
| download | personal-website-6c9852bf3c9c606d12a57f6b0f0a16f79457a690.tar.gz personal-website-6c9852bf3c9c606d12a57f6b0f0a16f79457a690.tar.bz2 personal-website-6c9852bf3c9c606d12a57f6b0f0a16f79457a690.zip | |
changed the name from Andrew's website to Andrew Lee
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> |
