mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-03 20:54:24 +02:00
feat: add icons and port steamvr quick start guide from @galister
This commit is contained in:
parent
c906ae866b
commit
4af5b84f7b
4 changed files with 53 additions and 0 deletions
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 }}
|
Loading…
Add table
Add a link
Reference in a new issue