From 5fe686c1c8d7cafc7ed5b722182beef6a796d86e Mon Sep 17 00:00:00 2001 From: bvanroll Date: Sun, 24 Aug 2025 01:09:06 +0200 Subject: [PATCH] droppable? --- _includes/nav.html | 6 ++++-- _layouts/.default.html.swo | Bin 12288 -> 12288 bytes _layouts/default.html | 1 + _layouts/post.html | 7 +++++++ js/main.js | 11 +++++++++++ 5 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 _layouts/post.html create mode 100644 js/main.js diff --git a/_includes/nav.html b/_includes/nav.html index 894de43..a41e035 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -6,9 +6,11 @@

letterboxd

myanimelist

gitea

+ blogposts + diff --git a/_layouts/.default.html.swo b/_layouts/.default.html.swo index 100e3e2b4085a23ab55c7cbf0a3ef5244ac4365a..b9d0c72d6915acbe591683e5f35e7bef034b6652 100644 GIT binary patch delta 153 zcmZojXh;xCG6?hZRj|}EWB>vI28Ml}t1?QDY!v&&&nUcEP~bB^FE<|pLp~6LWQ8XS zD##m|@iQ<80Wk*<{|CxE1LE62d<=+p0r5H@o(#l|KwJ*Q`Fxud1$g-;Pt!Z2P@G(p hSx}--T$F69lvS*so0yrWmsPA}XQL01nH;UZ6aY91C2;@% delta 118 zcmZojXh;xCG6?hZRj|}EWB>vI1_mAXRT-D}Z4~>(&nUE6P~bB^uNfZ$!!#fU$qG#t zRFK!Te2VylK<^^IVAbtx}@eqiw0`V>&UIE1OfOy*GL + {{ page.title }} diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..fdcc889 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,7 @@ +--- +layout: default +--- +

{{ page.title }}

+

{{ page.date | date_to_string }} - {{ page.author }}

+ +{{ content }} diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..11dafc8 --- /dev/null +++ b/js/main.js @@ -0,0 +1,11 @@ +function toggle(n) { + var menus = document.getElementsByClassName("submenu"); + for(var i=0;i