About page finished and in french!
This commit is contained in:
parent
39abd91d8f
commit
36cd866d21
4 changed files with 127 additions and 7 deletions
6
layouts/partials/inline-svg.html
Normal file
6
layouts/partials/inline-svg.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ $svg := resources.Get . }}
|
||||
{{ if eq $svg nil }}
|
||||
cnt: {{ $svg.Content }}
|
||||
{{ else }}
|
||||
{{ $svg.Content | replaceRE "(width|height)=\"\\d+\"" "" | safeHTML }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue