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

'external_link" does not work for project #1525

Closed jrwrigh closed 4 years ago

jrwrigh commented 4 years ago

Describe the bug

I've specified the external_link: [URL] in the front matter of a project. The link of the project on the "Projects" page goes to the local project details page instead of the external_link specified. The external_link instead is put on a "Go to Project Site" button on the projects detail page.

To Reproduce

Steps to reproduce the behavior:

  1. Add external_link to front matter of project (project name here is csv2cash: image
  2. Save file and launch local hugo server
  3. Go to browser and navigate to "Projects" page on localhost
  4. Hovering over project name reveals internal project details page link: image
  5. Clicking said link brings up the project details page, where external_link is turned into the "Go to Project Site" button: image

Expected behavior

Expect the project name on the "Projects" page to link to the external_link.

Technical details:

jrwrigh commented 4 years ago

I can also reproduce this bug with:

farrokhm commented 1 year ago

Hi everybody, I have a similar problem. When I click on the project title and project picture in the main page, I get redirected to the home page instead of the external link which I have provided in the 'index.md' file in the project folder. I am using Academic version: 5.0. Web browser: Chrome. The directory (layouts/_default/list.html) doesn't exist for me. Even if I create such a directory and add this file, the problem is not solved. I would really appreciate if you can help with this me!