I’m trying to use front matter metadata in my asciidoc content files, using the Docdock theme. Here’s the entire file content for index.adoc
:
+++
title = "A Page Title"
description = "A description"
categories = ["Reference"]
date = "2018-10-04"
slug = "some-slug"
tags = ["another", "useless", "tag"]
keywords = ["another", "useless", "tag"]
+++
= {{ $.Page.Title }}
{{ $.Page.Description }}
“A Page Title” is displayed as an