fix video page title

This commit is contained in:
Kentai Radiquum 2025-02-02 23:48:09 +05:00
parent be77294d73
commit 8b6e0cbebb
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 5 additions and 2 deletions

View file

@ -226,7 +226,7 @@ generateHTMLFile(
); );
generateHTMLFile( generateHTMLFile(
"Wah-Collection/Image:", "Wah-Collection/Image",
"/image/", "/image/",
`View the full image on the WAH-Collection`, `View the full image on the WAH-Collection`,
[ [
@ -237,7 +237,7 @@ generateHTMLFile(
); );
generateHTMLFile( generateHTMLFile(
"Wah-Collection/Images", "Wah-Collection/Videos",
"/videos/", "/videos/",
`Video page of Wah-Collection | ${videos.length} Videos`, `Video page of Wah-Collection | ${videos.length} Videos`,
[ [

View file

@ -527,6 +527,9 @@
.invisible { .invisible {
visibility: hidden; visibility: hidden;
} }
.visible {
visibility: visible;
}
.absolute { .absolute {
position: absolute; position: absolute;
} }