aboutsummaryrefslogtreecommitdiff
path: root/attribute_entry.go
diff options
context:
space:
mode:
Diffstat (limited to 'attribute_entry.go')
-rw-r--r--attribute_entry.go12
1 files changed, 7 insertions, 5 deletions
diff --git a/attribute_entry.go b/attribute_entry.go
index a4dd722..c1d329f 100644
--- a/attribute_entry.go
+++ b/attribute_entry.go
@@ -11,11 +11,13 @@ type AttributeEntry map[string]string
func newAttributeEntry() AttributeEntry {
return AttributeEntry{
- MetaNameGenerator: `asciidoctor-go ` + Version,
- metaNameSectIDs: ``,
- metaNameShowTitle: ``,
- metaNameTableCaption: ``,
- metaNameVersionLabel: ``,
+ MetaNameGenerator: `asciidoctor-go ` + Version,
+ metaNameLastUpdateLabel: `Last updated`,
+ metaNameLastUpdateValue: ``,
+ metaNameSectIDs: ``,
+ metaNameShowTitle: ``,
+ metaNameTableCaption: ``,
+ metaNameVersionLabel: ``,
}
}