We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Built from jekyll-theme-chirpy
jekyll-theme-chirpy
At the end of default layout is this line:
default
{% include_cached search-loader.html %}
it should pass in the lang parameter:
lang
{% include_cached search-loader.html lang=lang %}
because it's used inside of search-loader.html to set not_found variable.
search-loader.html
not_found
View source - noResultsText is empty:
noResultsText
noResultsText gets the value from the included language
I'm using Chirpy 6.2.3, but the bug is still there in latest master
master
The real reason I want this is because I want to customize search-loader.html and I need lang.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. Looks like this bug has been around since 61fdbcb.
Sorry, something went wrong.
🎉 This issue has been resolved in version 7.0.0 🎉
The release is available on:
v7.0.0
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Checklist
How did you create the site?
Built from
jekyll-theme-chirpy
Describe the bug
At the end of
default
layout is this line:it should pass in the
lang
parameter:because it's used inside of
search-loader.html
to setnot_found
variable.Steps To Reproduce
View source -
![image](https://private-user-images.githubusercontent.com/1768373/309172432-7873056c-1c3c-44a4-a305-90c575549df5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTg2ODksIm5iZiI6MTczOTU5ODM4OSwicGF0aCI6Ii8xNzY4MzczLzMwOTE3MjQzMi03ODczMDU2Yy0xYzNjLTQ0YTQtYTMwNS05MGM1NzU1NDlkZjUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDU0NjI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDQyYmZhM2NkNGJjYzUyMjNlNzlmZGVlNzlhNDViMTQwZTkyMzE5YTBhY2UyMTVkNDlhOGI4NThlYWFjYTZhNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._CyCxIm1uHoSFcykfkWup7zOmgle4XplInxakz0Lkw0)
noResultsText
is empty:Expected Behavior
noResultsText
gets the value from the included languageEnvironment
I'm using Chirpy 6.2.3, but the bug is still there in latest
master
Anything else?
The real reason I want this is because I want to customize
search-loader.html
and I needlang
.The text was updated successfully, but these errors were encountered: