This commit is contained in:
VnPower
2024-06-17 09:47:35 +07:00
parent 53cae1ae91
commit 38a9729f5b
+2 -2
View File
@@ -35,8 +35,8 @@
<br />
{{ if Content == "all" }}
<a href="{{ url }}original" class="switch-button">Original</a>
<a href="{{ url }}male" class="switch-button">Popular along males</a>
<a href="{{ url }}female" class="switch-button">Popular along females</a>
<a href="{{ url }}male" class="switch-button">Popular among males</a>
<a href="{{ url }}female" class="switch-button">Popular among females</a>
{{ end }}
</div>
<br />