-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Improve copy-to-clipboard, fix home link, clean up exampleSite #37
Conversation
Thanks for the patch, I'll take a look into it. Some hint for the next time: please submit separtate PRs for each individual issue. This makes cherry picking easier in case a maintainer don't want to merge everything. |
I've tried to review your patch but it is really hard with all the little things that got fixed. I'ld really appreciate it, if you could split up each individual feature fix into a separate patch. It doesn't need to be a PR. |
I've fixed all the documentation stuff, whitespace issues and code block / code fence formatting in the 2.0.0 branch. @helfper: What's left to do is integrating the bug fixes of your patch. |
@McShelby I've split the PR into multiple commits. Let me know if you prefer separate PRs instead. |
I've checked all patches and so far everything looks fine. |
I may answer myself: Because with the current setup at https://relearn.netlify.app/tags/ the page doesn't show any content. |
Yes, taxonomy kinds were renamed in Hugo 0.73.0: https://github.com/gohugoio/hugo/releases/tag/v0.73.0 |
Some fixes and clean-ups: