Migrate website to Hugo
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
This commit is contained in:
6
docs/layouts/shortcodes/features.html
Normal file
6
docs/layouts/shortcodes/features.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{- $features := .Site.Data.features }}
|
||||
<ul>
|
||||
{{- range $features }}
|
||||
<li>{{ . | markdownify }}</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user