I want to automatically index elements like figures and tables

This change adds page-based counters for figures and tables using
Hugo .Scratch.

Adds automatic counters for figures and tables
This commit is contained in:
Huy Tran 2018-07-24 09:51:40 +10:00
parent a03bb3f465
commit 7e03bb3c64
6 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,2 @@
{{ .Page.Scratch.Delete "fig" }}
{{ .Page.Scratch.Delete "table" }}

View file

@ -0,0 +1,2 @@
{{ .Page.Scratch.Set "fig" 1 }}
{{ .Page.Scratch.Set "table" 1 }}