vjeantet / hugo-theme-docdock

Declination of @matcornic Learn theme to Hugo
https://docdock.netlify.com/
MIT License
586 stars 316 forks source link

How to not display title in the page #219

Open duoduozxzx1 opened 2 years ago

duoduozxzx1 commented 2 years ago

For the example site page, I don't want to display the title attachment in the page itself, but still want to keep it in the menu.

if I remove the title param from the front matter in the page, this page will be removed from menu as well.

---
title: "attachment"
weight: 1
draft: false
---

Is there an easier way for me to do this?

Thank you.