
Building this site requires Hugo (not yet included in the README or in the installation of dependencies in the Makefile). Still very much work in progress, this is basically the [Geekdocks theme][1] + one page. [1]: https://geekdocs.de/
5 lines
141 B
HTML
5 lines
141 B
HTML
{{ range resources.Match "sprites/*.svg" }}
|
|
{{ printf "<!-- geekdoc include: %s -->" . | safeHTML }}
|
|
{{ .Content | safeHTML }}
|
|
{{ end }}
|