Skip to content

Commit

Permalink
Change: tags and category links in list.html. Close #117
Browse files Browse the repository at this point in the history
Signed-off-by: 1bl4z3r <[email protected]>
  • Loading branch information
1bl4z3r committed Mar 4, 2025
1 parent 8e7eb9a commit bac7d1b
Show file tree
Hide file tree
Showing 57 changed files with 4 additions and 4 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified archetypes/default.md
100644 → 100755
Empty file.
Empty file modified archetypes/posts.md
100644 → 100755
Empty file.
Empty file modified assets/js/code-copy.js
100644 → 100755
Empty file.
Empty file modified assets/js/link-share.js
100644 → 100755
Empty file.
Empty file modified assets/js/main.js
100644 → 100755
Empty file.
Empty file modified assets/js/mathjax-assistant.js
100644 → 100755
Empty file.
Empty file modified assets/js/scrollwatcher.js
100644 → 100755
Empty file.
Empty file modified assets/scss/_admonition.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_animate.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_colors.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_fonts.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_mixins.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_normalize.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_scrolltotop.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_socialshare.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_syntax.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/style.scss
100644 → 100755
Empty file.
Empty file modified hugo.toml.example
100644 → 100755
Empty file.
Empty file modified images/screenshot.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/tn.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified layouts/404.html
100644 → 100755
Empty file.
Empty file modified layouts/_default/_markup/render-codeblock-mermaid.html
100644 → 100755
Empty file.
Empty file modified layouts/_default/_markup/render-heading.html
100644 → 100755
Empty file.
Empty file modified layouts/_default/baseof.html
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions layouts/_default/list.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ <h2>{{- .Site.Params.pinned -}}</h2>
{{- if and .Page.Params.tags (in .Site.Params.listLayout "tags") -}}
<span class="post-tags">
{{- range .Page.Params.tags -}}
<a href="{{- printf "/tags/%s" . | urlize -}}" class="tag">{{- . -}}</a>
<a href="{{ "tags/" | absLangURL }}{{ . | urlize }}" class="tag">{{- . -}}</a>
{{- end -}}
</span>
{{- end -}}
{{- if and .Page.Params.categories (in .Site.Params.listLayout "categories") -}}
<span class="post-categories">
{{- range .Page.Params.categories -}}
<a href="{{- printf "/categories/%s" . | urlize -}}" class="category">{{- . -}}</a>
<a href="{{ "categories/" | absLangURL }}{{ . | urlize }}" class="category">{{- . -}}</a>
{{- end -}}
</span>
{{- end -}}
Expand Down Expand Up @@ -96,14 +96,14 @@ <h2>{{- .Site.Params.pinned -}}</h2>
{{- if and .Page.Params.tags (in .Site.Params.listLayout "tags") -}}
<span class="post-tags">
{{- range .Page.Params.tags -}}
<a href="{{- printf "/tags/%s" . | urlize -}}" class="tag">{{- . -}}</a>
<a href="{{ "tags/" | absLangURL }}{{ . | urlize }}" class="tag">{{- . -}}</a>
{{- end -}}
</span>
{{- end -}}
{{- if and .Page.Params.categories (in .Site.Params.listLayout "categories") -}}
<span class="post-categories">
{{- range .Page.Params.categories -}}
<a href="{{- printf "/categories/%s" . | urlize -}}" class="category">{{- . -}}</a>
<a href="{{ "categories/" | absLangURL }}{{ . | urlize }}" class="category">{{- . -}}</a>
{{- end -}}
</span>
{{- end -}}
Expand Down
Empty file modified layouts/_default/posts.rss.xml
100644 → 100755
Empty file.
Empty file modified layouts/_default/single.html
100644 → 100755
Empty file.
Empty file modified layouts/_default/terms.html
100644 → 100755
Empty file.
Empty file modified layouts/index.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/analytics.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/brainMade.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/comments.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/footer.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/google-tag-manager.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/header.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/human_made.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/mathjax.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/menu.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/mermaid.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/posts_single_info.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/readTime.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/related-posts.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/rss-image.xml
100644 → 100755
Empty file.
Empty file modified layouts/partials/scroll-to-top.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/site-meta.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/social-icons.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/social-share.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/structure-extra.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/svg.html
100644 → 100755
Empty file.
Empty file modified layouts/partials/webschema.html
100644 → 100755
Empty file.
Empty file modified layouts/posts/single.html
100644 → 100755
Empty file.
Empty file modified layouts/robots.txt
100644 → 100755
Empty file.
Empty file modified layouts/shortcodes/admonition.html
100644 → 100755
Empty file.
Empty file modified layouts/shortcodes/figure.html
100644 → 100755
Empty file.
Empty file modified theme.toml
100644 → 100755
Empty file.

0 comments on commit bac7d1b

Please sign in to comment.