-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hello-friend-ng
updated
26 files
+1 −0 | README.md | |
+18 −18 | assets/scss/_fonts.scss | |
+1 −0 | data/langFlags.yaml | |
+1 −0 | docs/svgs.md | |
+58 −9 | exampleSite/config.toml | |
+39 −0 | i18n/da.toml | |
+5 −0 | i18n/de.toml | |
+5 −0 | i18n/en.toml | |
+5 −0 | i18n/es.toml | |
+5 −0 | i18n/fr.toml | |
+5 −0 | i18n/gl.toml | |
+6 −1 | i18n/id.toml | |
+6 −1 | i18n/it.toml | |
+5 −0 | i18n/ja.toml | |
+1 −1 | i18n/lmo.toml | |
+6 −1 | i18n/pt-br.toml | |
+5 −0 | i18n/ro.toml | |
+5 −0 | i18n/ru.toml | |
+6 −1 | i18n/tr.toml | |
+5 −0 | i18n/uk.toml | |
+5 −0 | i18n/zh-cn.toml | |
+4 −0 | layouts/_default/_markup/render-codeblock-mermaid.html | |
+26 −0 | layouts/partials/javascript.html | |
+2 −2 | layouts/partials/pagination-list.html | |
+3 −1 | layouts/partials/svg.html | |
+11 −0 | layouts/posts/single.html |