Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate why link isn't working for some pages and investigate a mass migration to using it #761

Open
daveverwer opened this issue Jul 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@daveverwer
Copy link
Contributor

daveverwer commented Jul 15, 2024

As mentioned in #759 (comment), the site should be using the link tag wherever possible. However, it's not working quite right for some pages right now. For example, from documentation/server/index.md:

[here]({% link /sswg/incubation-process.md %} "SSWG Incubation Process")

Should work, but gives this error:

  Liquid Exception: Could not find document '/sswg/incubation-process.md' in tag 'link'. Make sure the document exists and the path is correct. in documentation/server/index.md
             Error: Could not find document '/sswg/incubation-process.md' in tag 'link'. Make sure the document exists and the path is correct. 
             Error: Run jekyll build --trace for more information.

Once this is figured out, let's investigate what it would take to convert site links on the major pages over to using link and post_url. See the documentation here: https://jekyllrb.com/docs/liquid/tags/#links

@daveverwer daveverwer added the bug Something isn't working label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant