diff --git a/web/homepage/default.nix b/web/homepage/default.nix index e7190bbc9..d2905a7eb 100644 --- a/web/homepage/default.nix +++ b/web/homepage/default.nix @@ -46,16 +46,16 @@ let }); entryToDiv = defun [ entry string ] (entry: '' -
${escape entry.description}
" - } -${formatEntryDate entry}
-${escape entry.title}
+ ${ + lib.optionalString ((entry ? description) && (entry.description != null)) + "${escape entry.description}
" + } +${formatEntryDate entry}
+Hello, illuminated visitor.
I'm tazjin. Usually you can find - me programming computers - using tools such as Nix - and Emacs, - cuddling people I love - or posting nonsense on the + me programming computers + using tools such as Nix + and Emacs, + cuddling people I love + or posting nonsense on the internet.
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 7175a36df..68e72577c 100644 --- a/web/homepage/static/tazjin.css +++ b/web/homepage/static/tazjin.css @@ -50,7 +50,7 @@ h1, h2, h3 { color: #e4e4ef; } -.dark a { +.dark-link, .interblag-title { color: #96a6c8; } @@ -68,11 +68,12 @@ h1, h2, h3 { .entry { width: 42%; margin: 5px; - padding-left: 5px; + padding-left: 7px; padding-right: 5px; border: 2px solid; border-radius: 5px; flex-grow: 1; + text-decoration: none; } .misc {