Skip to content
Snippets Groups Projects
Unverified Commit a0344439 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Ajustements (#922)

parent 5fb873d3
No related branches found
Tags v7.2.22
No related merge requests found
{{ partial "categories/section/hero.html" . }}
<div class="document-content">
{{ partial "toc/container.html" (dict
"toc" "toc/default.html"
"context" .
) }}
{{ partial "categories/single/summary.html" (dict
"context" .
"block_wrapped" true
) }}
{{ partial "contents/list.html" . }}
<div class="container">
{{ partial "categories/section/categories.html" . }}
{{ partial "commons/pagination.html" . }}
......
......@@ -5,7 +5,7 @@
{{- if $categories -}}
<ul class="{{ $kind }}-categories" aria-label="{{ i18n "categories.label" }}">
{{- range $categories -}}
<li>
<li class="{{ .Params.bodyclass }}">
<a href="{{ .Permalink }}">
{{- safeHTML .Title -}}
</a>
......
......@@ -15,7 +15,7 @@
{{- $direction = partial "GetImageDirection" .Params.image -}}
{{ end }}
<article class="project {{ $direction }}" itemscope itemtype="https://schema.org/CreativeWork">
<article class="project {{ $direction }} {{ .Params.bodyclass }}" itemscope itemtype="https://schema.org/CreativeWork">
<div class="project-content">
<div class="project-description">
......
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