hugo/docs/content/en/functions/hugo/CommitHash.md
2025-04-10 13:04:51 +02:00

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
```