Closed lujb closed 9 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.
You'll need to use the newer {% css_asset_tag %}. I've submitted a pull request to fix the issue (#4).
The use of
{% octopress_css %}
doesn't work during octopress' building. It emitsLiquid Exception: Unknown tag 'octopress_css' in _layouts/page.tpl
.