From a98d36513bb138806409e82829794361f5683151 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 4 Apr 2024 15:01:22 +0530 Subject: [PATCH] fix: web templates --- frontend/index.html | 35 +++++++++++++++++--------------- lms/hooks.py | 2 +- lms/public/frontend/index.html | 37 ++++++++++++++++++---------------- 3 files changed, 40 insertions(+), 34 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 12663561..699934fe 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -18,28 +18,31 @@
-

{{ meta.title }}

-

- {{ meta.description }} -

-

- The content here is just for seo purposes. The actual content will be loaded in a few seconds. -

-

- Seo checks if a page has more than 300 words. So, here are some more words to make it more than 300 words. - Page descriptions are the HTML meta tags that provide a brief summary of a web page. - Search engines use meta descriptions to help identify the page's topic - they don't use them to rank the page, but they do use them to determine whether or not to display the page in search results. - Meta descriptions are important because they're often the first thing people see when they're deciding which search result to click on. - They're also important because they can help improve your click-through rate (CTR) from search results. - A good meta description can entice people to click on your page instead of someone else's. -

- Know More +
+

{{ meta.title }}

+

+ {{ meta.description }} +

+

+ The content here is just for seo purposes. The actual content will be loaded in a few seconds. +

+

+ Seo checks if a page has more than 300 words. So, here are some more words to make it more than 300 words. + Page descriptions are the HTML meta tags that provide a brief summary of a web page. + Search engines use meta descriptions to help identify the page's topic - they don't use them to rank the page, but they do use them to determine whether or not to display the page in search results. + Meta descriptions are important because they're often the first thing people see when they're deciding which search result to click on. + They're also important because they can help improve your click-through rate (CTR) from search results. + A good meta description can entice people to click on your page instead of someone else's. +

+ Know More +
diff --git a/lms/hooks.py b/lms/hooks.py index 2b73b0cc..75b497dc 100644 --- a/lms/hooks.py +++ b/lms/hooks.py @@ -17,7 +17,7 @@ app_license = "AGPL" # app_include_js = "/assets/lms/js/lms.js" # include js, css files in header of web template -# web_include_css = "lms.bundle.css" +web_include_css = "lms.bundle.css" # web_include_css = "/assets/lms/css/lms.css" web_include_js = ["website.bundle.js"] diff --git a/lms/public/frontend/index.html b/lms/public/frontend/index.html index 3f23d01a..44cae426 100644 --- a/lms/public/frontend/index.html +++ b/lms/public/frontend/index.html @@ -15,35 +15,38 @@ - +
-

{{ meta.title }}

-

- {{ meta.description }} -

-

- The content here is just for seo purposes. The actual content will be loaded in a few seconds. -

-

- Seo checks if a page has more than 300 words. So, here are some more words to make it more than 300 words. - Page descriptions are the HTML meta tags that provide a brief summary of a web page. - Search engines use meta descriptions to help identify the page's topic - they don't use them to rank the page, but they do use them to determine whether or not to display the page in search results. - Meta descriptions are important because they're often the first thing people see when they're deciding which search result to click on. - They're also important because they can help improve your click-through rate (CTR) from search results. - A good meta description can entice people to click on your page instead of someone else's. -

- Know More +
+

{{ meta.title }}

+

+ {{ meta.description }} +

+

+ The content here is just for seo purposes. The actual content will be loaded in a few seconds. +

+

+ Seo checks if a page has more than 300 words. So, here are some more words to make it more than 300 words. + Page descriptions are the HTML meta tags that provide a brief summary of a web page. + Search engines use meta descriptions to help identify the page's topic - they don't use them to rank the page, but they do use them to determine whether or not to display the page in search results. + Meta descriptions are important because they're often the first thing people see when they're deciding which search result to click on. + They're also important because they can help improve your click-through rate (CTR) from search results. + A good meta description can entice people to click on your page instead of someone else's. +

+ Know More +