forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add relative link from about.md to README.md
- Loading branch information
1 parent
bbec245
commit efa3727
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
--- | ||
layout: page | ||
title: About | ||
permalink: /about/ | ||
--- | ||
|
||
## Relative link back to README | ||
[README](README.md) | ||
|
||
Some information about you! | ||
|
||
### More Information | ||
|
@@ -12,4 +14,4 @@ A place to include any other types of information that you'd like to include abo | |
|
||
### Contact me | ||
|
||
[[email protected]](mailto:[email protected]) | ||
[[email protected]](mailto:[email protected]) |