Antonio de Sanctis

Results 2 issues of Antonio de Sanctis

As the title says, I work with netlify and resvg-js causes problems during the "build" stage. It's currently impossible to use netlify's continuos deployement because of this issue.

add these lines in your single.tpl line 4 ``` {block name='head_seo_title'} {$page.meta.title} - {$xipblogpost.post_title} {/block} {block name='head_seo_description'} {$xipblogpost.meta_description nofilter} {/block} {block name='head_seo_keywords'} {$xipblogpost.meta_keyword} {/block} ```