mirror of
https://github.com/wah-su/wahs.wah.su.git
synced 2025-04-05 15:54:37 +00:00
fix video page title
This commit is contained in:
parent
be77294d73
commit
8b6e0cbebb
2 changed files with 5 additions and 2 deletions
|
@ -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`,
|
||||||
[
|
[
|
||||||
|
|
|
@ -527,6 +527,9 @@
|
||||||
.invisible {
|
.invisible {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
.visible {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
.absolute {
|
.absolute {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue