diff --git a/site/404.tsx b/site/404.tsx index 91f62ab..dfd86b8 100644 --- a/site/404.tsx +++ b/site/404.tsx @@ -1,6 +1,7 @@ import Cube from "./_includes/cube.tsx"; export const title = "404"; +export const viewportFixed = true; export default (_data: Lume.Data, helpers: Lume.Helpers) => { const face = ( diff --git a/site/_data.json b/site/_data.json index 2f76e1d..8f3898d 100644 --- a/site/_data.json +++ b/site/_data.json @@ -4,5 +4,7 @@ "color": "#00FFFF", "description": "The official website and link portal of RGBCube and his work.", - "thumbnail": null + "thumbnail": null, + + "viewportFixed": false } diff --git a/site/_includes/base.vto b/site/_includes/base.vto index 6c01b64..833421b 100644 --- a/site/_includes/base.vto +++ b/site/_includes/base.vto @@ -1,53 +1,53 @@ - + {{ title }} - - - + + + - - - + + + - + - + - - + + - - - + + + - - - + + + {{ if tags.length !== 0 }} - - + + {{ /if }} {{ if date }} - + {{ /if }} {{ if thumbnail }} - - - + + + {{ else }} - - + + {{ /if }} - - - + + +