mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update hasSuffix.md
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
29ad622a3c
commit
f71985315d
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: hassuffix
|
title: hasSuffix
|
||||||
linktitle: hasSuffix
|
linktitle: hasSuffix
|
||||||
description: Tests whether a string ends with suffix.
|
description: Tests whether a string ends with suffix.
|
||||||
date: 2023-03-01
|
date: 2023-03-01
|
||||||
@@ -18,4 +18,4 @@ deprecated: false
|
|||||||
aliases: []
|
aliases: []
|
||||||
---
|
---
|
||||||
|
|
||||||
* `{{ hasSuffix "Hugo" "go" }}` → true
|
* `{{ hasSuffix "Hugo" "go" }}` → true
|
||||||
|
|||||||
Reference in New Issue
Block a user