fix: inline stack theme
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
{{- $paginator := partial "helper/paginator.html" . -}}
|
||||
|
||||
<section class="article-list">
|
||||
{{ range $index, $element := $paginator.Pages }}
|
||||
{{ partial "article-list/default" . }}
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
{{- partial "pagination.html" . -}}
|
||||
{{- partial "footer/footer" . -}}
|
||||
{{ end }}
|
||||
|
||||
{{ define "right-sidebar" }}
|
||||
{{ partial "sidebar/right.html" (dict "Context" . "Scope" "homepage") }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user