diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index b5c841c8..0fa77159 100644 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -6,42 +6,49 @@ {{!-- --}} {{!-- --}} - {{#if (eq page.attributes.theme "docs") }} - + {{#if (eq page.attributes.theme "docs") }} + + Docs - {{else if (eq page.attributes.theme "cheat-sheet")}} - + {{else if (eq page.attributes.theme "cheat-sheet")}} + + Cypher Cheat Sheet - {{else if (eq page.attributes.theme "labs")}} - + {{else if (eq page.attributes.theme "labs")}} + + Labs - {{else if (eq page.attributes.theme "kb")}} - - {{!-- --}} + {{else if (eq page.attributes.theme "kb")}} + + {{!-- --}} + Knowledge Base - {{else if (eq page.attributes.theme "training")}} - - {{!-- --}} + {{else if (eq page.attributes.theme "training")}} + + {{!-- --}} + GraphAcademy - {{else if (eq page.attributes.theme "graphgists")}} - - {{!-- --}} + {{else if (eq page.attributes.theme "graphgists")}} + + {{!-- --}} + GraphGists - {{else}} - - {{!-- --}} + {{else}} + + {{!-- --}} + Developer