mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
tpl/diagrams: Rename Body to Inner
This relates to #9577 – there's no concept a body element in SVG, so we might as well use an exsisting "Hugo term".
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{ else }}
|
||||
viewBox="0 0 {{ .Width }} {{ .Height }}"
|
||||
{{ end }}>
|
||||
{{ .Body }}
|
||||
{{ .Inner }}
|
||||
</svg>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user