Skip to content

page title metadata

tajmone edited this page Nov 27, 2016 · 7 revisions

This page was created via GH’s Web-UI:

  • page name: page title metadata
  • filename: page-title-metadata.md

Overruling Page Title via Gollum Metadata: FAILED!

Experiment in overriding the title of this page via HTML comments metadata (the Gollum way) didn’t work in GitHub Wiki.


Page Titles Criteria

In Gollum’s documentation we read:

By default, a page’s title will be its file path, relative to repository root (or page file dir), without extension (e.g. /mordor/Sauron).

But it also mentions that it is possible to set a custom title via metadata:

<!-- --- title: My page title -->

on condition that:

… the metadata must be the first piece of text on the page.

I’ve added at the very beginnin of this Page’s source:

<!-- --- title: A Page With Custom Title -->

but the Page title didn’t change!

Clone this wiki locally