mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
---
|
||||
title: Template Debugging
|
||||
description: You can use Go templates' `printf` function to debug your Hugo templates. These snippets provide a quick and easy visualization of the variables available to you in different contexts.
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
categories: [templates]
|
||||
keywords: [debugging,troubleshooting]
|
||||
menu:
|
||||
docs:
|
||||
parent: "templates"
|
||||
parent: templates
|
||||
weight: 180
|
||||
weight: 180
|
||||
sections_weight: 180
|
||||
aliases: []
|
||||
toc: false
|
||||
---
|
||||
|
||||
Here are some snippets you can add to your template to answer some common questions.
|
||||
|
Reference in New Issue
Block a user