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(
|
||||
"Wah-Collection/Image:",
|
||||
"Wah-Collection/Image",
|
||||
"/image/",
|
||||
`View the full image on the WAH-Collection`,
|
||||
[
|
||||
|
@ -237,7 +237,7 @@ generateHTMLFile(
|
|||
);
|
||||
|
||||
generateHTMLFile(
|
||||
"Wah-Collection/Images",
|
||||
"Wah-Collection/Videos",
|
||||
"/videos/",
|
||||
`Video page of Wah-Collection | ${videos.length} Videos`,
|
||||
[
|
||||
|
|
|
@ -527,6 +527,9 @@
|
|||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.visible {
|
||||
visibility: visible;
|
||||
}
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue