mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit '83bef6955e014d40c0f00db9cebe09113154e999'
This commit is contained in:
23
docs/content/en/functions/string.md
Normal file
23
docs/content/en/functions/string.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: string
|
||||
# linktitle: string
|
||||
description: Creates a string from the argument passed to the function
|
||||
godocref:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
categories: [functions]
|
||||
menu:
|
||||
docs:
|
||||
parent: "functions"
|
||||
keywords: [strings]
|
||||
signature: ["string INPUT"]
|
||||
workson: []
|
||||
hugoversion:
|
||||
relatedfuncs: []
|
||||
deprecated: false
|
||||
aliases: []
|
||||
---
|
||||
|
||||
* `{{string "BatMan"}}` → "BatMan"
|
||||
|
Reference in New Issue
Block a user