mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
5ad8d76e0a
rename folders within
8 lines
255 B
HTML
8 lines
255 B
HTML
{{block Switcher(baseURL, paths, names, currentPath="artworks")}}
|
|
{{ range i, k := paths }}
|
|
<a href="{{ baseURL }}{{k}}" class="switch-button" selected="{{ currentPath == k ? 1 : 0}}">
|
|
{{names[i]}}
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|