jekyll-inline-svg icon indicating copy to clipboard operation
jekyll-inline-svg copied to clipboard

SVG optimizer and inliner for jekyll

Results 4 jekyll-inline-svg issues
Sort by recently updated
recently updated
newest added

When I import SVG, elements such as "width" and "height" are ignored in the Jekyll rendered HTML. Is it possible to have these values by default?

Input: ```html {%- capture theme_base %}{{ site.theme | prepend: "/themes/" | relative_url }}{% endcapture -%} {% svg "{{ theme_base | prepend: site.assets }}/img/logo.svg" %} ``` Error: ``` Error: No such...

I have installed via gem, updated by _config.yml, and cleared the jekyll cache, but when I run `jekyll serve` I get ``` Liquid Exception: Liquid syntax error (line 152): Unknown...

In Markdown, this plugin works great for SVGs on their own lines, but if you try to do something like ``` Lorem ipsum ({% svg "/foo/bar/baz.svg" %}) dolor sit amet....