Skip to content

Commit

Permalink
fixed titlecase is not a method of nil bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunrui Zhang committed Jul 24, 2017
1 parent dacdc3d commit bdab583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_includes/page_content.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<article>
<h1 class="article-title">{{ page.title | titlecase }}</h1>
<h1 class="article-title">{{ page.title | site.titlecase }}</h1>
{% include post/sharing.html %}
<div class="article-content">{{ content }}</div>
</article>

0 comments on commit bdab583

Please sign in to comment.