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 /about.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 'about.html')
| -rw-r--r-- | about.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |
