| layout | post |
|---|---|
| title | la la la |
| date | 2013-03-09 02:42 |
| comments | true |
| categories | octopress, jekyll |
So, I just installed octopress and published a hello world post.
-
Open
~/octopress/source/_layouts/default.htmland replace{{ content | expand_urls: root_url }}
with
{{ content | expand_urls: root_url | smilify }}
Post Ended