Skip to content
Snippets Groups Projects
Commit 42c5a45f authored by alexisben's avatar alexisben
Browse files

add blocks to term

parent b9c8a8b3
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,8 @@ ul.categories
a:first-child
& + p
text-align: right
white-space: nowrap
\ No newline at end of file
white-space: nowrap
.categories__term
main
padding-bottom: $spacing3
\ No newline at end of file
......@@ -86,7 +86,6 @@
.lead
@include h3
.post-categories
@include list-reset
margin: 0
......
{{ define "main" }}
{{ partial "categories/hero-list.html" . }}
<div class="document-content container">
{{ partial "categories/categories.html" . }}
{{ partial "commons/pagination.html" . }}
<div class="document-content">
<div class="container">
{{ partial "categories/categories.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
{{ end }}
{{ define "main" }}
{{ partial "categories/hero-term.html" . }}
<div class=" document-content container">
{{ partial "categories/chapo.html" (dict
"context" .
<div class="document-content">
{{ partial "toc/container.html"
(dict
"toc" "toc/default.html"
"context" .
)
}}
{{ partial "posts/chapo.html" (dict
"context" .
"block_wrapped" true
) }}
{{ partial "posts/posts.html" . }}
{{ partial "commons/pagination.html" . }}
{{ partial "blocks/list.html" . }}
<div class="container">
{{ partial "posts/posts.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
{{ end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment