jez / hpstr-theme

A Medium-like Octopress theme based on the HPSTR Jekyll theme.
GNU General Public License v3.0
63 stars 15 forks source link

rake generate — Liquid Exception #1

Closed yuanxiaolong closed 10 years ago

yuanxiaolong commented 10 years ago

after 'rake generate' , I got the msg Liquid Exception : Variable '{{ root_url }' was not properly terminated with regexp: /}}/ in categories.html

I found source/categories.html on line32 {{ root_url } was missing a '}'

btw:nice theme , come on! :)

jez commented 10 years ago

Good catch, thanks!

Since there's not a clean way of updating themes in Octopress 2.0, I've been manually making my changes in two places. Looks like I updated it correctly in my working version, but messed up on this.

I'm glad you like the theme! Let me know if there's anything else I can help with.