From 65db2ef80abf8eff5fb3c2660a9b0804180f1f83 Mon Sep 17 00:00:00 2001
From: jmservera <8036360+jmservera@users.noreply.github.com>
Date: Wed, 22 May 2024 18:17:33 +0200
Subject: [PATCH] chore: Update sidebar CSS and feed XML files
---
web/_layouts/custom.html | 32 +++++++++++++++++
web/_site/404.html | 10 +++---
web/_site/assets/css/code.css | 33 ++++++++++++++++++
web/_site/assets/css/sidebar.css | 6 ++++
web/_site/feed.xml | 2 +-
web/_site/index.html | 40 ++++++++++++++++++---
web/_site/prompt-engineering.html | 58 ++++++++++++++++++++++++++-----
web/assets/css/code.css | 33 ++++++++++++++++++
web/assets/css/sidebar.css | 6 ++++
9 files changed, 202 insertions(+), 18 deletions(-)
create mode 100644 web/_site/assets/css/code.css
create mode 100644 web/assets/css/code.css
diff --git a/web/_layouts/custom.html b/web/_layouts/custom.html
index 8e370a2..3ede9e2 100644
--- a/web/_layouts/custom.html
+++ b/web/_layouts/custom.html
@@ -4,6 +4,7 @@
+
@@ -28,5 +29,36 @@
// Add the link to the sidebar index
$('#sidebar-index').append(link);
});
+
+ $('pre code').each(function() {
+ var button = $('