title, description, date, categories, menu, keywords, signature, workson, hugoversion, relatedfuncs, aliases
title |
description |
date |
categories |
menu |
keywords |
signature |
workson |
hugoversion |
relatedfuncs |
aliases |
append |
`append` appends one or more values to a slice and returns the resulting slice. |
2018-09-14 |
|
|
|
COLLECTION | append VALUE [VALUE]... |
COLLECTION | append COLLECTION |
|
|
0.49 |
|
|
An example appending single values:
The same example appending a slice to a slice:
The append
function works for all types, including Pages
.