Skip to content

Commit

Permalink
Smartify the page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Broder committed Feb 21, 2015
1 parent 804a91b commit 98f78a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="col-sm-10 col-sm-offset-1">

{% capture title %}## {{ page.title }}{% endcapture %}{{ title | markdownify }}
<h2>{% include smartify text=page.title %}</h2>

{{ content }}

Expand Down

0 comments on commit 98f78a3

Please sign in to comment.