Skip to content

Commit

Permalink
Remove leading space in YAML delimiter
Browse files Browse the repository at this point in the history
The leading space was causing `---` to be interpreted as a horizontal rule instead of the opening delimiter of a YAML front matter.
  • Loading branch information
i-give-up authored Oct 5, 2017
1 parent d06af46 commit 0205a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: I downvoted because...
byline: — a website designed to help you help others!
---
Expand Down

0 comments on commit 0205a60

Please sign in to comment.