feat: add icons and port steamvr quick start guide from @galister
This commit is contained in:
2
layouts/shortcodes/icon.html
Normal file
2
layouts/shortcodes/icon.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $icon := index site.Data.icons (lower (.Get "name")) | safeHTML }}
|
||||
{{ if $icon }}{{ $icon | safeHTML }}{{ else }}🯄{{ end }}
|
||||
Reference in New Issue
Block a user