feat: Mise à jour du contenu et ajout des services
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
15
layouts/shortcodes/services.html
Normal file
15
layouts/shortcodes/services.html
Normal file
@ -0,0 +1,15 @@
|
||||
<section class="section section-sm section-features">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center text-center">
|
||||
{{ range $service := index site.Data.services.services }}
|
||||
<div class="col-12 col-lg-5 col-sm-6">
|
||||
<h2 class="h4">
|
||||
{{- $service.title -}}
|
||||
</h2>
|
||||
<p>{{ $service.description | markdownify }}</p>
|
||||
<p class="text-muted"><small>Propulsé par <a href="{{ $service.tool.link }}">{{ $service.tool.name }}</a></small></p>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user