diff --git a/docs/style.css b/docs/style.css
index 803f81a98..524e42814 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -504,6 +504,9 @@ video {
.mb-2 {
margin-bottom: 0.5rem;
}
+.ml-10 {
+ margin-left: 2.5rem;
+}
.ml-4 {
margin-left: 1rem;
}
@@ -513,6 +516,9 @@ video {
.flex {
display: flex;
}
+.list-decimal {
+ list-style-type: decimal;
+}
.items-center {
align-items: center;
}
diff --git a/template.html b/template.html
index b0abe68a6..39052d986 100644
--- a/template.html
+++ b/template.html
@@ -10,6 +10,19 @@
Paris 2024 Summer Olympic Games calendars
+
+
+
How to add a calendar to your Google calendar
+
+ - Right click on a calendar and select "Copy link address"
+ - Open your Google calendar
+ - Click the plus sign next to “Other Calendars” on the left menu
+ - Click "From URL"
+ - Paste your calendar URL
+ - Click "Add calendar"
+
+
+
{{calendars}}