.Kind (page): .Type (posts) / .Layout ()
Bundle: leaf
[ categories | projects | tags | search ]
Hugo Sandbox

This is an unofficial Hugo sandbox site to try to replicate possible bugs in hugo.

It is updated automatically after each commit to the hugo-sandbox repo. It was last updated on Jan 20, 2022 13:08 UTC.


This page was created/modified in commit e8302f5 "Add "fixed" tags to test cases for fixed bugs" on 2018-01-27.
Markdown source of this page

Resource Counters B

tags: resources fixed


Description/Summary

:counter is set in title, name and params. Observation Counter increments in name ✅ Counter increments in title ✅ Counter increments in foo 🚫 — Probably :counter does not work in params. Ref Hugo Issue #4334 → discourse discussion → Hugo Issue #4335 Ref


Content

:counter is set in title, name and params.

Observation

Ref


Resources


Page (Debug)

Page VariableValue
Name "Resource Counters B"
Title "Resource Counters B"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/resources-counters-b/"
RelPermalink "/posts/resources-counters-b/"
Data
page.Data{} (type:page.Data)
NextPageResource Counters A
PrevPageResource Counters C
NextInSectionResource Counters A
PrevInSectionResource Counters C

Page Params (Debug)

maps.Params{"author":[]string{"Kaushal Modi"}, "date":time.Date(2018, time.January, 26, 12, 45, 0, 0, time.Location("")), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2018, time.January, 27, 21, 21, 47, 0, time.Location("")), "publishdate":time.Date(2018, time.January, 26, 12, 45, 0, 0, time.Location("")), "resources":[]map[string]interface {}{map[string]interface {}{"name":"pdf-file-:counter", "params":map[string]interface {}{"foo":"foo-:counter"}, "src":"**.pdf", "title":"PDF File #:counter"}}, "tags":[]string{"resources", "fixed"}, "title":"Resource Counters B"} (type:maps.Params)

Resources (Debug)

Resource VariableValue
Name "pdf-file-1"
Title "PDF File #1"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-counters-b/documents/checklist.pdf"
RelPermalink "/posts/resources-counters-b/documents/checklist.pdf"
Params
maps.Params{"foo":"foo-:counter"} (type:maps.Params)
Resource VariableValue
Name "pdf-file-2"
Title "PDF File #2"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-counters-b/documents/guide.pdf"
RelPermalink "/posts/resources-counters-b/documents/guide.pdf"
Params
maps.Params{"foo":"foo-:counter"} (type:maps.Params)
Resource VariableValue
Name "pdf-file-3"
Title "PDF File #3"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-counters-b/documents/photo_specs.pdf"
RelPermalink "/posts/resources-counters-b/documents/photo_specs.pdf"
Params
maps.Params{"foo":"foo-:counter"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "cea77eb46faab6351f68e2bb9e29a6f5"
BaseFileName "index"
TranslationBaseName "index"
Lang "en"
Section "posts"
LogicalName "index.md"
Dir "posts/resources-counters-b/"
Ext "md"
Path "posts/resources-counters-b/index.md"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.92.0 (commit b3549403) .

[Back to Hugo Sandbox home]