From bac7d1bf0bab9738e466b2204c8425ae21803b55 Mon Sep 17 00:00:00 2001 From: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:44:02 +0000 Subject: [PATCH] Change: tags and category links in list.html. Close #117 Signed-off-by: 1bl4z3r <34515568+1bl4z3r@users.noreply.github.com> --- LICENSE | 0 README.md | 0 archetypes/default.md | 0 archetypes/posts.md | 0 assets/js/code-copy.js | 0 assets/js/link-share.js | 0 assets/js/main.js | 0 assets/js/mathjax-assistant.js | 0 assets/js/scrollwatcher.js | 0 assets/scss/_admonition.scss | 0 assets/scss/_animate.scss | 0 assets/scss/_colors.scss | 0 assets/scss/_fonts.scss | 0 assets/scss/_mixins.scss | 0 assets/scss/_normalize.scss | 0 assets/scss/_scrolltotop.scss | 0 assets/scss/_socialshare.scss | 0 assets/scss/_syntax.scss | 0 assets/scss/style.scss | 0 hugo.toml.example | 0 images/screenshot.jpg | Bin images/tn.jpg | Bin layouts/404.html | 0 .../_default/_markup/render-codeblock-mermaid.html | 0 layouts/_default/_markup/render-heading.html | 0 layouts/_default/baseof.html | 0 layouts/_default/list.html | 8 ++++---- layouts/_default/posts.rss.xml | 0 layouts/_default/single.html | 0 layouts/_default/terms.html | 0 layouts/index.html | 0 layouts/partials/analytics.html | 0 layouts/partials/brainMade.html | 0 layouts/partials/comments.html | 0 layouts/partials/footer.html | 0 layouts/partials/google-tag-manager.html | 0 layouts/partials/header.html | 0 layouts/partials/human_made.html | 0 layouts/partials/mathjax.html | 0 layouts/partials/menu.html | 0 layouts/partials/mermaid.html | 0 layouts/partials/posts_single_info.html | 0 layouts/partials/readTime.html | 0 layouts/partials/related-posts.html | 0 layouts/partials/rss-image.xml | 0 layouts/partials/scroll-to-top.html | 0 layouts/partials/site-meta.html | 0 layouts/partials/social-icons.html | 0 layouts/partials/social-share.html | 0 layouts/partials/structure-extra.html | 0 layouts/partials/svg.html | 0 layouts/partials/webschema.html | 0 layouts/posts/single.html | 0 layouts/robots.txt | 0 layouts/shortcodes/admonition.html | 0 layouts/shortcodes/figure.html | 0 theme.toml | 0 57 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 archetypes/default.md mode change 100644 => 100755 archetypes/posts.md mode change 100644 => 100755 assets/js/code-copy.js mode change 100644 => 100755 assets/js/link-share.js mode change 100644 => 100755 assets/js/main.js mode change 100644 => 100755 assets/js/mathjax-assistant.js mode change 100644 => 100755 assets/js/scrollwatcher.js mode change 100644 => 100755 assets/scss/_admonition.scss mode change 100644 => 100755 assets/scss/_animate.scss mode change 100644 => 100755 assets/scss/_colors.scss mode change 100644 => 100755 assets/scss/_fonts.scss mode change 100644 => 100755 assets/scss/_mixins.scss mode change 100644 => 100755 assets/scss/_normalize.scss mode change 100644 => 100755 assets/scss/_scrolltotop.scss mode change 100644 => 100755 assets/scss/_socialshare.scss mode change 100644 => 100755 assets/scss/_syntax.scss mode change 100644 => 100755 assets/scss/style.scss mode change 100644 => 100755 hugo.toml.example mode change 100644 => 100755 images/screenshot.jpg mode change 100644 => 100755 images/tn.jpg mode change 100644 => 100755 layouts/404.html mode change 100644 => 100755 layouts/_default/_markup/render-codeblock-mermaid.html mode change 100644 => 100755 layouts/_default/_markup/render-heading.html mode change 100644 => 100755 layouts/_default/baseof.html mode change 100644 => 100755 layouts/_default/list.html mode change 100644 => 100755 layouts/_default/posts.rss.xml mode change 100644 => 100755 layouts/_default/single.html mode change 100644 => 100755 layouts/_default/terms.html mode change 100644 => 100755 layouts/index.html mode change 100644 => 100755 layouts/partials/analytics.html mode change 100644 => 100755 layouts/partials/brainMade.html mode change 100644 => 100755 layouts/partials/comments.html mode change 100644 => 100755 layouts/partials/footer.html mode change 100644 => 100755 layouts/partials/google-tag-manager.html mode change 100644 => 100755 layouts/partials/header.html mode change 100644 => 100755 layouts/partials/human_made.html mode change 100644 => 100755 layouts/partials/mathjax.html mode change 100644 => 100755 layouts/partials/menu.html mode change 100644 => 100755 layouts/partials/mermaid.html mode change 100644 => 100755 layouts/partials/posts_single_info.html mode change 100644 => 100755 layouts/partials/readTime.html mode change 100644 => 100755 layouts/partials/related-posts.html mode change 100644 => 100755 layouts/partials/rss-image.xml mode change 100644 => 100755 layouts/partials/scroll-to-top.html mode change 100644 => 100755 layouts/partials/site-meta.html mode change 100644 => 100755 layouts/partials/social-icons.html mode change 100644 => 100755 layouts/partials/social-share.html mode change 100644 => 100755 layouts/partials/structure-extra.html mode change 100644 => 100755 layouts/partials/svg.html mode change 100644 => 100755 layouts/partials/webschema.html mode change 100644 => 100755 layouts/posts/single.html mode change 100644 => 100755 layouts/robots.txt mode change 100644 => 100755 layouts/shortcodes/admonition.html mode change 100644 => 100755 layouts/shortcodes/figure.html mode change 100644 => 100755 theme.toml diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/archetypes/default.md b/archetypes/default.md old mode 100644 new mode 100755 diff --git a/archetypes/posts.md b/archetypes/posts.md old mode 100644 new mode 100755 diff --git a/assets/js/code-copy.js b/assets/js/code-copy.js old mode 100644 new mode 100755 diff --git a/assets/js/link-share.js b/assets/js/link-share.js old mode 100644 new mode 100755 diff --git a/assets/js/main.js b/assets/js/main.js old mode 100644 new mode 100755 diff --git a/assets/js/mathjax-assistant.js b/assets/js/mathjax-assistant.js old mode 100644 new mode 100755 diff --git a/assets/js/scrollwatcher.js b/assets/js/scrollwatcher.js old mode 100644 new mode 100755 diff --git a/assets/scss/_admonition.scss b/assets/scss/_admonition.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_animate.scss b/assets/scss/_animate.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_colors.scss b/assets/scss/_colors.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_fonts.scss b/assets/scss/_fonts.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_mixins.scss b/assets/scss/_mixins.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_normalize.scss b/assets/scss/_normalize.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_scrolltotop.scss b/assets/scss/_scrolltotop.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_socialshare.scss b/assets/scss/_socialshare.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_syntax.scss b/assets/scss/_syntax.scss old mode 100644 new mode 100755 diff --git a/assets/scss/style.scss b/assets/scss/style.scss old mode 100644 new mode 100755 diff --git a/hugo.toml.example b/hugo.toml.example old mode 100644 new mode 100755 diff --git a/images/screenshot.jpg b/images/screenshot.jpg old mode 100644 new mode 100755 diff --git a/images/tn.jpg b/images/tn.jpg old mode 100644 new mode 100755 diff --git a/layouts/404.html b/layouts/404.html old mode 100644 new mode 100755 diff --git a/layouts/_default/_markup/render-codeblock-mermaid.html b/layouts/_default/_markup/render-codeblock-mermaid.html old mode 100644 new mode 100755 diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html old mode 100644 new mode 100755 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html old mode 100644 new mode 100755 diff --git a/layouts/_default/list.html b/layouts/_default/list.html old mode 100644 new mode 100755 index 0619bc8c..c54bba2f --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -57,14 +57,14 @@

{{- .Site.Params.pinned -}}

{{- if and .Page.Params.tags (in .Site.Params.listLayout "tags") -}} {{- range .Page.Params.tags -}} - {{- . -}} + {{- . -}} {{- end -}} {{- end -}} {{- if and .Page.Params.categories (in .Site.Params.listLayout "categories") -}} {{- range .Page.Params.categories -}} - {{- . -}} + {{- . -}} {{- end -}} {{- end -}} @@ -96,14 +96,14 @@

{{- .Site.Params.pinned -}}

{{- if and .Page.Params.tags (in .Site.Params.listLayout "tags") -}} {{- range .Page.Params.tags -}} - {{- . -}} + {{- . -}} {{- end -}} {{- end -}} {{- if and .Page.Params.categories (in .Site.Params.listLayout "categories") -}} {{- range .Page.Params.categories -}} - {{- . -}} + {{- . -}} {{- end -}} {{- end -}} diff --git a/layouts/_default/posts.rss.xml b/layouts/_default/posts.rss.xml old mode 100644 new mode 100755 diff --git a/layouts/_default/single.html b/layouts/_default/single.html old mode 100644 new mode 100755 diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html old mode 100644 new mode 100755 diff --git a/layouts/index.html b/layouts/index.html old mode 100644 new mode 100755 diff --git a/layouts/partials/analytics.html b/layouts/partials/analytics.html old mode 100644 new mode 100755 diff --git a/layouts/partials/brainMade.html b/layouts/partials/brainMade.html old mode 100644 new mode 100755 diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html old mode 100644 new mode 100755 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html old mode 100644 new mode 100755 diff --git a/layouts/partials/google-tag-manager.html b/layouts/partials/google-tag-manager.html old mode 100644 new mode 100755 diff --git a/layouts/partials/header.html b/layouts/partials/header.html old mode 100644 new mode 100755 diff --git a/layouts/partials/human_made.html b/layouts/partials/human_made.html old mode 100644 new mode 100755 diff --git a/layouts/partials/mathjax.html b/layouts/partials/mathjax.html old mode 100644 new mode 100755 diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html old mode 100644 new mode 100755 diff --git a/layouts/partials/mermaid.html b/layouts/partials/mermaid.html old mode 100644 new mode 100755 diff --git a/layouts/partials/posts_single_info.html b/layouts/partials/posts_single_info.html old mode 100644 new mode 100755 diff --git a/layouts/partials/readTime.html b/layouts/partials/readTime.html old mode 100644 new mode 100755 diff --git a/layouts/partials/related-posts.html b/layouts/partials/related-posts.html old mode 100644 new mode 100755 diff --git a/layouts/partials/rss-image.xml b/layouts/partials/rss-image.xml old mode 100644 new mode 100755 diff --git a/layouts/partials/scroll-to-top.html b/layouts/partials/scroll-to-top.html old mode 100644 new mode 100755 diff --git a/layouts/partials/site-meta.html b/layouts/partials/site-meta.html old mode 100644 new mode 100755 diff --git a/layouts/partials/social-icons.html b/layouts/partials/social-icons.html old mode 100644 new mode 100755 diff --git a/layouts/partials/social-share.html b/layouts/partials/social-share.html old mode 100644 new mode 100755 diff --git a/layouts/partials/structure-extra.html b/layouts/partials/structure-extra.html old mode 100644 new mode 100755 diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html old mode 100644 new mode 100755 diff --git a/layouts/partials/webschema.html b/layouts/partials/webschema.html old mode 100644 new mode 100755 diff --git a/layouts/posts/single.html b/layouts/posts/single.html old mode 100644 new mode 100755 diff --git a/layouts/robots.txt b/layouts/robots.txt old mode 100644 new mode 100755 diff --git a/layouts/shortcodes/admonition.html b/layouts/shortcodes/admonition.html old mode 100644 new mode 100755 diff --git a/layouts/shortcodes/figure.html b/layouts/shortcodes/figure.html old mode 100644 new mode 100755 diff --git a/theme.toml b/theme.toml old mode 100644 new mode 100755