From 854598e13936f4c44906094707ff32be57dde4e4 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:21:25 -0300 Subject: [PATCH] Moved comment in repo.liquid --- _includes/repository/repo.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/repository/repo.liquid b/_includes/repository/repo.liquid index c99b76b..e353de0 100644 --- a/_includes/repository/repo.liquid +++ b/_includes/repository/repo.liquid @@ -21,10 +21,10 @@ {% endcase %} {% comment %} Add a new language using when... if needed {% endcomment %} + {% comment %} If you still encounter language-display issues, check the available locale codes in github-readme-stats (different from ISO-639 standard used in your website) {% endcomment %} + {% comment %} https://github.com/anuraghazra/github-readme-stats?tab=readme-ov-file#available-locales {% endcomment %} {% endcase %} -{% comment %} If you still encounter language-display issues, check the available locale codes in github-readme-stats (different from ISO-639 standard used in your website): https://github.com/anuraghazra/github-readme-stats?tab=readme-ov-file#available-locales {% endcomment %} - {% if site.data.repositories.repo_description_lines_max %} {% assign max_lines = site.data.repositories.repo_description_lines_max %} {% else %}