titletail metadata

Declare titletail metadata in @meta.nml, if you want a consistent branding of your webpage titles. titletail metadata is appended to the title of an Aneamal file when it is translated into a webpage.

Example

The following metadata declaration in @meta.nml

@ titletail: – Brandy’s Brandies

… and the following metadata declaration in, say, history.nml

@ title: Our History

… result in the title Our History – Brandy’s Brandies for the corresponding webpage.

For developers

The Aneamal Translator adds titletail metadata to the HTML title element when it translates an Aneamal file into a webpage. So the above example becomes:

<title>Our History – Brandy’s Brandies</title>

See also