From 48f618a4278facad18c4885c15929f478150874a Mon Sep 17 00:00:00 2001 From: Artemis Everfree Date: Sat, 23 Apr 2022 14:34:27 -0700 Subject: [PATCH] make the website better :) --- blog/nix-flakes-4-wsl-2022-04-23.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/blog/nix-flakes-4-wsl-2022-04-23.markdown b/blog/nix-flakes-4-wsl-2022-04-23.markdown index 18fa23d..172d7a0 100644 --- a/blog/nix-flakes-4-wsl-2022-04-23.markdown +++ b/blog/nix-flakes-4-wsl-2022-04-23.markdown @@ -178,8 +178,8 @@ And paste in this HTML: ```html amazing website xD -

look at my AMAZING WEBSITE

-It's so cool *twerks* +

look at my COOL WEBsite :3/h1> +idk It's pretty random tbh, like me!! <3 :D ``` And then you can see it show up with `curl`: @@ -187,16 +187,15 @@ And then you can see it show up with `curl`: ```console $ curl http://test.local.cetacean.club amazing website xD -

look at my AMAZING WEBSITE

-It's so cool *twerks* +

look at my COOL WEBsite :3/h1> +idk It's pretty random tbh, like me!! <3 :D ``` You can also check this out in a browser by clicking [here](http://test.local.cetacean.club): ![a browser window titled "amazing website xD" with the header "look at my -AMAZING WEBSITE" and content of "It's so cool -\*twerks\*"](https://cdn.christine.website/file/christine-static/blog/Screenshot+2022-04-23+141937.png) +COOL WEBsite" and content of "idk It's pretty random tbh, like me!! <3 :D"](https://cdn.christine.website/file/christine-static/blog/Screenshot+2022-04-23+141937.png) ## Installing `gohello`