Skip to content
Snippets Groups Projects
Unverified Commit 5bc9c387 authored by Olivia Simonet's avatar Olivia Simonet Committed by GitHub
Browse files

Réparation du partial GetTruncateContent (#608)

parent 7a561fb2
No related merge requests found
{{ $length := .length | default 150 }}
{{ $length := cond (eq .length 0) 0 (default 150 .length) }}
{{ $text := .text }}
{{ if gt $length 0 }}
......
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