HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.2k stars 2.9k forks source link

Disabling rendering still creates a link in the list #2667

Closed crenz closed 2 years ago

crenz commented 2 years ago

Describe the bug

When disabling rendering for a page (but keeping list generation on), the entry is correctly generated in the list. However, the entry still remains a link that can be clicked and points to the main page.

To Reproduce

In the example site, enter the following at the top of project/external-project/index.md:

_build:
  render: never
  list: always

Take a look at the main page. Click the link for the external project - it points to the main page.

Expected behavior

When looking at the list of projects on the main page, the entry for the external project should not be rendered as a link, but instead as normal text.

Technical details:

If applicable, add screenshots to help explain the issue.

github-actions[bot] commented 2 years ago

This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the main branch, consider contributing a Pull Request with a fix.

If this is a feature request, and you feel that it is still relevant and valuable, consider contributing a Pull Request for review.

This issue will automatically close soon if no further activity occurs. Thank you for your contributions.