🐛 Fix up exampleSite and docs

This commit is contained in:
James Panther
2021-08-11 18:56:07 +10:00
parent 57784ce892
commit 7bb809545b
6 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<span class="relative inline-block align-text-bottom icon">
{{- $icon:=print "themes/congo/assets/icons/" . ".svg" -}}
{{ readFile $icon | safeHTML }}
{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ $icon | safeHTML }}
</span>
+2 -2
View File
@@ -1,4 +1,4 @@
<span class="relative inline-block align-text-bottom icon">
{{- $icon:=print "themes/congo/assets/icons/" . ".svg" -}}
{{ readFile $icon | safeHTML }}
{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ $icon | safeHTML }}
</span>