Use a shared layout for the About, Showcase and Community pages?
Open
docsy
question
style
- Dominant language
- HTML
- Stars
- 479
- Forks
- 545
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 5
Description
@aidanranney, was there a reason why a layout wasn’t used for the **About**, **Showcase** and **Community** pages? There's to be enough raw HTML boilerplate to warrant a layout IMHO:
```html
{{< blocks/cover height="sm" color="primary" >}}
{{< page/header >}}
{{< /blocks/cover >}}
{{< page/toc collapsed=true placement="inline" >}}
{{< page/toc placement="sidebar" >}}
{{< page/page-meta-links >}}
```
You might have mentioned why at some point, but I’m unsure whether this state of affairs is because of an inherent technical challenge / limitation or not.
Contributor guide
Assessment
This issue has not been assessed yet.