[SOLVED] Inject an SVG file into my HTML

SOLVED :

Here was the solution :slight_smile:

post.md

+++
title = β€œβ€
svg = β€œxyz”
+++

template.html

{{ partial .Params.svg }}

/partiall/xyz.html

mysvgcode

1 Like