Skip to content

Commit

Permalink
Fix mistypo (aweekj#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanju-jo authored Sep 21, 2019
1 parent 6eaff86 commit fa6a899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<article class="post">
<h1>{{ page.title }}</h1>

<div clsss="meta">
<div class="meta">
<span class="date">
{{ page.date | date: "%Y-%m-%d" }}
</span>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</h1>

<div clsss="meta">
<div class="meta">
<span class="date">
{{ post.date | date: "%Y-%m-%d" }}
</span>
Expand Down

0 comments on commit fa6a899

Please sign in to comment.