mirror of
https://github.com/distribution/distribution.git
synced 2025-09-06 17:31:32 +00:00
docs: add hugo site
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
5
docs/themes/hugo-geekdoc/layouts/shortcodes/icon.html
vendored
Normal file
5
docs/themes/hugo-geekdoc/layouts/shortcodes/icon.html
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ $id := .Get 0 }}
|
||||
|
||||
{{- with $id -}}
|
||||
<svg class="gdoc-icon {{ . }}"><use xlink:href="#{{ . }}"></use></svg>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user