diff options
| author | Alee <alee14498@gmail.com> | 2018-04-03 15:56:56 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-03 15:56:56 -0400 |
| commit | 9fd5f1c0328e67261d22d94313cda18f3ec25faf (patch) | |
| tree | 79518f8574a99ff3f8d976d84e0118de3534a1d2 /_layouts | |
| parent | 8a8a49b9ee51a86bb1898bbfbf29f8f306491f93 (diff) | |
| download | acn-blog-9fd5f1c0328e67261d22d94313cda18f3ec25faf.tar.gz acn-blog-9fd5f1c0328e67261d22d94313cda18f3ec25faf.tar.bz2 acn-blog-9fd5f1c0328e67261d22d94313cda18f3ec25faf.zip | |
we don't need about
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index b2939c0..04117f2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,8 +27,8 @@ </div> <nav> + <a href="https://aleecorp.github.io">Home</a> <a href="{{ site.baseurl }}/">Blog</a> - <a href="{{ site.baseurl }}/about">About</a> </nav> </header> </div> |
