phartenfeller / gatsby-philipps-foam-theme

Foam theme for Gatsby
https://phartenfeller.github.io/gatsby-philipps-foam-theme/
Other
18 stars 2 forks source link

Mark excluded links to private (excluded) pages #6

Closed phartenfeller closed 3 years ago

phartenfeller commented 3 years ago

With the ignore setting it is possible to exclude folders and documents.

ignore: [
       "**/_layouts/**",
       "**/private/**/*",
     ],

Currently links to these pages stay and result in a 404.

Replace the link to excluded page with the info excluded page so that no 404 errors occur.