Skip to content

Commit

Permalink
added space between hyphen and post signature
Browse files Browse the repository at this point in the history
  • Loading branch information
egladman committed Jan 28, 2016
1 parent c7356ab commit ecd6327
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _helpers/new-post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ sed -i "/^title:/c\title: $topic" "$post"
sed -i "/^meeting_date:/c\meeting_date: $m_date" "$post"

# adds author signaturer to end of post
sed -i "/^\-\-[a-zA-Z0-9]/c\\-\-$author" "$post"
sed -i "/^\-\-[a-zA-Z0-9]/c\\-\- $author" "$post"
2 changes: 1 addition & 1 deletion _posts/2016-01-21-lightning_talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ determined.

Laptops are encouraged but not required, and as always, there will be pizza.

--Alex Krieger
-- Alex Krieger
2 changes: 1 addition & 1 deletion _posts/2016-01-27-arch_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ eventually building your way up to a desktop interface.

Laptops are encouraged but not required, and as always, there will be pizza.

--Alex Krieger
-- Alex Krieger

0 comments on commit ecd6327

Please sign in to comment.