mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 00:29:31 -04:00
16 lines
318 B
Markdown
16 lines
318 B
Markdown
---
|
|
title: hugo.CommitHash
|
|
description: Returns the Git commit hash of the Hugo binary.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: string
|
|
signatures: [hugo.CommitHash]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ hugo.CommitHash }} → a4892a07b41b7b3f1f143140ee4ec0a9a5cf3970
|
|
```
|