mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-15 14:19:38 +00:00
608 B
608 B
title, description, categories, keywords, action, aliases
| title | description | categories | keywords | action | aliases | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| strings.Contains | Reports whether the string contains a substring. |
|
|
{{ strings.Contains "Hugo" "go" }} → true
The check is case sensitive:
{{ strings.Contains "Hugo" "Go" }} → false