Skip to content

Table of contents missing for many pages #226

Description

@tillkamppeter

On the old site many pages had a table of contents, not only the blog articles.

Now for many of these pages the table of contents is missing. It seems that table of contents support is restricted to the blog articles.

All pages which have toc: true in the header/metadata part of their *.md (Markdown) source file should actually display a table of contents. The loss of the table of contents also broke lots of links from other pages. These links need to get recovered.

Here is, as an example, the header of the file contents/pages/achievements.md:

---
title: OpenPrinting - Our principal achievements
permalink: /achievements
layout: single
header:
 overlay_color: "#616161"
 overlay_filter: "1"
toc: true
toc_sticky: true
author: Till
excerpt: What we have done so far
---

On the old site it showed a table of contents, on the new site not any more.

There are many links to sections of this page throughout our site, which will just make the top of this page being shown currently. So once made the table of contents showing again, please search the other *.md files of this site for /achievements (and also for other pages where the display of the table of contents is recovered by your fix) to verify whether the links work again, especially if the section titles contain special characters. If links are broken, do not just fix the links, but, instead, make sure that existing links work again, as there can be external sites linking to our page's sections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions