mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-12 08:18:37 +00:00
17 lines
640 B
Markdown
17 lines
640 B
Markdown
---
|
|
title: Functions Quick Reference
|
|
linktitle: Quick Reference
|
|
description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples.
|
|
godocref:
|
|
date: 2017-02-01
|
|
publishdate: 2017-02-01
|
|
lastmod: 2017-02-01
|
|
tags: []
|
|
weight: 01
|
|
draft: false
|
|
aliases: [/layout/functions/]
|
|
---
|
|
|
|
Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added the following functions to the basic template logic.
|
|
|
|
[gofuncs]: http://golang.org/pkg/text/template/#hdr-Functions |