From b568e49b8567e07c12c486cafc77005b43ecefc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Fri, 14 Jun 2024 17:25:35 +0200 Subject: [PATCH] fixup missing icon tag --- docs/index.html | 2 +- docs/pages/posts.html | 2 +- docs/posts/2022-06-03-dont-override-and-wrap-only.html | 2 +- ...08-26-nixos-how-to-modify-systemd-services-you-dont-own.html | 2 +- ...-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html | 2 +- .../2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html | 2 +- docs/posts/2023-08-09-postgres-nixos-container.html | 2 +- docs/posts/2023-10-31-nixos-oceansprint.html | 2 +- src/templates/default.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.html b/docs/index.html index d8dcede..8ae064c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -114,7 +114,7 @@ - + diff --git a/docs/pages/posts.html b/docs/pages/posts.html index 85c669b..5dca5b2 100644 --- a/docs/pages/posts.html +++ b/docs/pages/posts.html @@ -120,7 +120,7 @@ - + diff --git a/docs/posts/2022-06-03-dont-override-and-wrap-only.html b/docs/posts/2022-06-03-dont-override-and-wrap-only.html index a19ab98..a3f2b03 100644 --- a/docs/posts/2022-06-03-dont-override-and-wrap-only.html +++ b/docs/posts/2022-06-03-dont-override-and-wrap-only.html @@ -116,7 +116,7 @@ For me this was not the case, therefore one should not use overrideAttrs - + diff --git a/docs/posts/2022-08-26-nixos-how-to-modify-systemd-services-you-dont-own.html b/docs/posts/2022-08-26-nixos-how-to-modify-systemd-services-you-dont-own.html index 35233f9..6103c13 100644 --- a/docs/posts/2022-08-26-nixos-how-to-modify-systemd-services-you-dont-own.html +++ b/docs/posts/2022-08-26-nixos-how-to-modify-systemd-services-you-dont-own.html @@ -111,7 +111,7 @@ So what I’ve ended up doing is the following:

- + diff --git a/docs/posts/2022-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html b/docs/posts/2022-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html index 152b2ab..4cb6e36 100644 --- a/docs/posts/2022-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html +++ b/docs/posts/2022-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html @@ -127,7 +127,7 @@ - + diff --git a/docs/posts/2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html b/docs/posts/2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html index 3ba1652..bd005d9 100644 --- a/docs/posts/2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html +++ b/docs/posts/2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html @@ -222,7 +222,7 @@ That means removing the attribute from haskell.nix's flake outputs - + diff --git a/docs/posts/2023-08-09-postgres-nixos-container.html b/docs/posts/2023-08-09-postgres-nixos-container.html index 35d91bc..4832f1b 100644 --- a/docs/posts/2023-08-09-postgres-nixos-container.html +++ b/docs/posts/2023-08-09-postgres-nixos-container.html @@ -178,7 +178,7 @@ I’ve created a new flake output in my projects flake called nixosConfigu - + diff --git a/docs/posts/2023-10-31-nixos-oceansprint.html b/docs/posts/2023-10-31-nixos-oceansprint.html index d911b76..e3d386a 100644 --- a/docs/posts/2023-10-31-nixos-oceansprint.html +++ b/docs/posts/2023-10-31-nixos-oceansprint.html @@ -206,7 +206,7 @@ Afterward, we had dinner together. Like Paella, authentic Neapolitan pizza made - + diff --git a/src/templates/default.html b/src/templates/default.html index ae9a036..b10b408 100644 --- a/src/templates/default.html +++ b/src/templates/default.html @@ -95,7 +95,7 @@ style="text-decoration: none" > - + -- 2.45.2