diff --git a/Assets/Standard.css b/Assets/Standard.css index 9d410ef..d6a33ba 100644 --- a/Assets/Standard.css +++ b/Assets/Standard.css @@ -14,8 +14,9 @@ Body { Background: #eeddff; Font-Size: 13pt; Padding: var(--ContentPadding); + Overflow-Wrap: Break-Word; } -#Container { +Div { Box-Sizing: Border-Box; } Details Div { @@ -28,9 +29,6 @@ Details Div Details { Padding: 4px; } -* { - Box-Sizing: Border-Box; -} .NoDisplay { Display: None; } @@ -45,6 +43,9 @@ ul { Padding-Right: 4px; } +#Container { + Max-Width: 100%; +} #LeftBox, #RightBox { Max-Width: 90vw; Background: #300030; diff --git a/Pages/Blog/index.pug b/Pages/Blog/index.pug new file mode 100644 index 0000000..3547b7e --- /dev/null +++ b/Pages/Blog/index.pug @@ -0,0 +1,7 @@ +// Title: 📓️ Blog +// HTMLTitle: 📓️ Blog +// Order: 2 + +h1 Blogocto + +p Disponibile più o meno a breve. Controlla tra 1 giorno o 2. diff --git a/Pages/Chi-Sono.pug b/Pages/Chi-Sono.pug index 170867f..d58fc70 100644 --- a/Pages/Chi-Sono.pug +++ b/Pages/Chi-Sono.pug @@ -1,4 +1,5 @@ -// Title: 😺 Chi sono +// Title: 😺 Chi sono +// HTMLTitle: 😺 Chi sono // Order: 1 h1 Chi sono? diff --git a/Pages/PicoBlog.pug b/Pages/PicoBlog.pug index 732fe54..2b7e0f2 100644 --- a/Pages/PicoBlog.pug +++ b/Pages/PicoBlog.pug @@ -1,5 +1,6 @@ -// Title: ✉️ PicoBlog -// Order: 2 +// Title: ✉️ PicoBlog +// HTMLTitle: ✉️ PicoBlog +// Order: 3 h1 Il mio PicoBlog @@ -26,6 +27,9 @@ h2 Leggi il PicoBlog details summary Espandi la lista dei post div + details + summary [2022-05-30] Maremma bona sto generatore + p Sviluppare questo generatore di siti si sta rivelando un'esperienza mistica, in positivo e in negativo. Non so neanche come descrivere il tutto, è assurdo. details summary [2022-05-29] Il sito su Tor p Finalmente, ho messo in piedi anche un mirror #[span(style='Color:#59316b;') Tor] del sitocto! Lo trovate linkato su #[a(href='./index.html#-Disponibilit-del-sito') Home#-Disponibilit-del-sito]. Ora è tutto più sicuro e privato. diff --git a/Pages/index.pug b/Pages/index.pug index 66fb606..f3dbfe0 100644 --- a/Pages/index.pug +++ b/Pages/index.pug @@ -1,4 +1,5 @@ -// Title: 🏠 ~Home~ +// Title: 🏠 ~Home~ +// HTMLTitle: 🏠 ~Home~ // Order: 0 h1 Ciao!! (UwU) diff --git a/Parts/Standard/BottomBox.html b/Parts/Standard/BottomBox.html index e1db14d..2e68c1c 100644 --- a/Parts/Standard/BottomBox.html +++ b/Parts/Standard/BottomBox.html @@ -1 +1 @@ -

⬆️ Torna su

+

⬆️ Torna su

diff --git a/Templates/Standard.html b/Templates/Standard.html index c670fec..52050b9 100644 --- a/Templates/Standard.html +++ b/Templates/Standard.html @@ -11,7 +11,7 @@ [HTML:Page:Style] - +
[HTML:Part:Standard/TopBox.html]