mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-09 11:01:26 +00:00
327 B
327 B
title | description | categories | menu | keywords | signature | relatedfuncs | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.Repeat | Returns INPUT repeated COUNT times. |
|
|
|
|
{{ strings.Repeat 3 "yo" }} → "yoyoyo"
{{ "yo" | strings.Repeat 3 }} → "yoyoyo"