[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