🎉 Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{{ if .Site.Params.widgets.enabled }}
|
||||
{{ $context := . }}
|
||||
<aside class="sidebar right-sidebar sticky">
|
||||
{{ range $widget := .Site.Params.widgets.enabled }}
|
||||
{{ partial (printf "widget/%s" $widget) $context }}
|
||||
{{ end }}
|
||||
</aside>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user