.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 C

tags: resources bug fixed


Description/Summary

:counter is still set only in name, but that Name-assignment rule happens during the second “fetch” of "documents/photo_specs.pdf". Observation Counter increments in name 🚫 Ref Hugo Issue #4334 → discourse discussion → Hugo Issue #4335 Ref


Content

:counter is still set only in name, but that Name-assignment rule happens during the second “fetch” of "documents/photo_specs.pdf".

Observation

Ref


Resources


Page (Debug)

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

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 {}{"src":"documents/photo_specs.pdf", "title":"Photo Specifications"}, map[string]interface {}{"name":"pdf-file-:counter", "src":"**.pdf"}}, "tags":[]string{"resources", "bug", "fixed"}, "title":"Resource Counters C"} (type:maps.Params)

Resources (Debug)

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

File Object (Debug)

FileInfo VariableValue
UniqueID "4270cfa74024aafb5ef8a5fe4e8d7b81"
BaseFileName "index"
TranslationBaseName "index"
Lang "en"
Section "posts"
LogicalName "index.md"
Dir "posts/resources-counters-c/"
Ext "md"
Path "posts/resources-counters-c/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]