~marijan/website

b568e49b8567e07c12c486cafc77005b43ecefc2 — Marijan Petričević 3 months ago 8a20eb3
fixup missing icon tag
M docs/index.html => docs/index.html +1 -1
@@ 114,7 114,7 @@
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="./images/icons.svg#linkedin"></use>
                <use href="./images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/pages/posts.html => docs/pages/posts.html +1 -1
@@ 120,7 120,7 @@
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/posts/2022-06-03-dont-override-and-wrap-only.html => docs/posts/2022-06-03-dont-override-and-wrap-only.html +1 -1
@@ 116,7 116,7 @@ For me this was not the case, therefore one should not use <code>overrideAttrs</
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/posts/2022-08-26-nixos-how-to-modify-systemd-services-you-dont-own.html => docs/posts/2022-08-26-nixos-how-to-modify-systemd-services-you-dont-own.html +1 -1
@@ 111,7 111,7 @@ So what I’ve ended up doing is the following:</p>
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/posts/2022-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html => docs/posts/2022-09-26-nixos-how-to-add-a-qemu-image--as-a-flake-output.html +1 -1
@@ 127,7 127,7 @@
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/posts/2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html => docs/posts/2022-10-19-haskell-nix-how-to-reliably-add-runime-deps.html +1 -1
@@ 222,7 222,7 @@ That means removing the attribute from <code>haskell.nix's</code> flake outputs 
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/posts/2023-08-09-postgres-nixos-container.html => docs/posts/2023-08-09-postgres-nixos-container.html +1 -1
@@ 178,7 178,7 @@ I’ve created a new flake output in my projects flake called <code>nixosConfigu
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M docs/posts/2023-10-31-nixos-oceansprint.html => docs/posts/2023-10-31-nixos-oceansprint.html +1 -1
@@ 206,7 206,7 @@ Afterward, we had dinner together. Like Paella, authentic Neapolitan pizza made 
          <span class="footer-title text-2xl">
            <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" class="text-dark" style="text-decoration: none">
              <svg class="icon" viewBox="0 0 96 24">
                <use href="../images/icons.svg#linkedin"></use>
                <use href="../images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>

M src/templates/default.html => src/templates/default.html +1 -1
@@ 95,7 95,7 @@
              style="text-decoration: none"
            >
              <svg class="icon" viewBox="0 0 96 24">
                <use href="/images/icons.svg#linkedin"></use>
                <use href="/images/icons.svg#cc-by-nc-sa"></use>
              </svg>
            </a>
          </span>