octopress / codefence

Write beautiful fenced code snippets with in any template.
MIT License
16 stars 16 forks source link

octopress_css doesn't work #3

Closed lujb closed 9 years ago

lujb commented 10 years ago

The use of {% octopress_css %} doesn't work during octopress' building. It emits Liquid Exception: Unknown tag 'octopress_css' in _layouts/page.tpl.

philoserf commented 10 years ago

still digging into source but octopress-asset-pipeline has these

{% css_asset_tag %} {% js_asset_tag %}

If I find a more definitive answer in my exploration of ink. I'll drop it back here.

chauncey-garrett commented 9 years ago

You'll need to use the newer {% css_asset_tag %}. I've submitted a pull request to fix the issue (#4).