From 1bbf6bb32a352e5ee629f349b50b063d3e334712 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 6 Jan 2023 11:54:55 -0500 Subject: [PATCH 1/2] Added "additional install methods" link below view source btn --- src/layouts/index.html | 4 +- .../partials/additional-install-methods.html | 50 +++++++++++++++++++ 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 src/layouts/partials/additional-install-methods.html diff --git a/src/layouts/index.html b/src/layouts/index.html index 9604dbe..52f9cce 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -25,8 +25,8 @@
{{- partial "clipboard-copy.html" . -}}
-
- +
+ {{- partial "additional-install-methods.html" -}}
diff --git a/src/layouts/partials/additional-install-methods.html b/src/layouts/partials/additional-install-methods.html new file mode 100644 index 0000000..753ab03 --- /dev/null +++ b/src/layouts/partials/additional-install-methods.html @@ -0,0 +1,50 @@ +Additional Installation Methods > + + From f5376163c636475fcab59d81d4121c70b4074dbb Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:08:42 -0500 Subject: [PATCH 2/2] More broken links --- lychee.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lychee.toml b/lychee.toml index 393230e..16c4b6a 100644 --- a/lychee.toml +++ b/lychee.toml @@ -33,4 +33,9 @@ exclude = [ "https://libuv.org/", "file:///home/runner/work/www/www/public/blog", "https://api.github.com/repos/", + "https://oracle.com/", + "https://lz4.org/", + "https://rigaux.org/", + "https://radicle.org/", + "https://nushell.sh/", ]