1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

dump: add dump

This commit is contained in:
RGBCube 2025-06-07 22:50:04 +03:00
parent fae392d3af
commit 1a27c2d337
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
13 changed files with 247 additions and 64 deletions

View file

@ -29,6 +29,10 @@ prevent_zoom: true
<a draggable="false" class="{{ style }}" href="/about/">about</a>
{{ /set }}
{{ set cube_face_back }}
<a draggable="false" class="{{ style }}" href="/dump/">dump</a>
{{ /set }}
{{ set cube_face_top }}
<a draggable="false" class="{{ style }}" href="https://github.com/RGBCube">github</a>
{{ /set }}
@ -41,6 +45,7 @@ prevent_zoom: true
<a draggable="false" class="{{ style }}" href="/blog/">blog</a>
{{ /set }}
{{ set cube_size = "5rem" }}
{{ set cube_last = true }}
{{ include "rgbcube.vto" }}
{{ include "rgbcube.vto" {
cube_size: "5rem",
cube_last: true,
} }}