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 | |
| parent | 8a8a49b9ee51a86bb1898bbfbf29f8f306491f93 (diff) | |
| download | acn-blog-9fd5f1c0328e67261d22d94313cda18f3ec25faf.tar.gz acn-blog-9fd5f1c0328e67261d22d94313cda18f3ec25faf.tar.bz2 acn-blog-9fd5f1c0328e67261d22d94313cda18f3ec25faf.zip | |
we don't need about
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | about.md | 15 |
2 files changed, 1 insertions, 16 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> diff --git a/about.md b/about.md deleted file mode 100644 index bc21f57..0000000 --- a/about.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -Some information about you! - -### More Information - -A place to include any other types of information that you'd like to include about yourself. - -### Contact me - -[email@domain.com](mailto:email@domain.com)
\ No newline at end of file |
