From f378065344b73776e10d8da1f9c323d79bbeaa6e Mon Sep 17 00:00:00 2001 From: dev sp Date: Wed, 24 Jan 2024 14:07:59 +0000 Subject: [PATCH] remove weather --- .vscode/settings.json | 2 + src/components/WeatherandTime.astro | 32 ++++++- src/layouts/Layout.astro | 2 +- src/layouts/LayoutBN.astro | 1 - src/pages/bn/index.astro | 80 ++++++++-------- src/pages/bn/local/index.astro | 80 ++++++++-------- src/pages/bn/national/index.astro | 80 ++++++++-------- src/pages/bn/politics/index.astro | 80 ++++++++-------- src/pages/bn/technology/index.astro | 80 ++++++++-------- src/pages/index.astro | 50 +++++----- src/pages/local/index.astro | 77 +++++++-------- src/pages/national/index.astro | 77 +++++++-------- src/pages/politics/index.astro | 77 +++++++-------- src/pages/technology/index.astro | 77 +++++++-------- src/pages/weather.astro | 140 ++++++++++++++++++++++++++++ 15 files changed, 554 insertions(+), 381 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 src/pages/weather.astro diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/src/components/WeatherandTime.astro b/src/components/WeatherandTime.astro index 99bb318..ecc7f3a 100644 --- a/src/components/WeatherandTime.astro +++ b/src/components/WeatherandTime.astro @@ -7,7 +7,16 @@

+ + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8f4a53c..6d7828d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -60,7 +60,7 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter
- +