Delete exampleSite Add initial content, images & docker-compose.yml Use extend-head.html for analytics Set remote url to gitea.novicelab.io
7 lines
170 B
HTML
7 lines
170 B
HTML
{{- $icon := resources.Get (print "icons/" . ".svg") -}}
|
|
{{- if $icon -}}
|
|
<span class="relative block icon">
|
|
{{- $icon.Content | safeHTML -}}
|
|
</span>
|
|
{{- end -}}
|