From 7965ed7c5902ee96d98c166914482da1bfc67493 Mon Sep 17 00:00:00 2001 From: Abinash Bhattarai Date: Fri, 18 Apr 2025 16:03:27 +0545 Subject: [PATCH 1/3] Updated css --- assets/css/application-common.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/application-common.sass b/assets/css/application-common.sass index 4cfcea9..e8e2c57 100755 --- a/assets/css/application-common.sass +++ b/assets/css/application-common.sass @@ -1,4 +1,4 @@ --- --- -@use "./module/module" \ No newline at end of file +@use "module/module" \ No newline at end of file From d9d6618d0d4c455e988f63417f008d473db958f2 Mon Sep 17 00:00:00 2001 From: Abinash Bhattarai Date: Fri, 18 Apr 2025 16:20:10 +0545 Subject: [PATCH 2/3] updated url for css --- _includes/head.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index e276b43..8d9ac61 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,18 +1,18 @@ - {% include meta.html %} - {{site.title}} | Built With Ruby - - - - - - - - + + + + + + + gtag('config', 'G-2KL4P15L2X'); + \ No newline at end of file From 56292c2ed07e6e83ab46bf5beb66b8c218bb2307 Mon Sep 17 00:00:00 2001 From: Abinash Bhattarai Date: Fri, 18 Apr 2025 16:26:25 +0545 Subject: [PATCH 3/3] updated url for css --- _includes/body.html | 1 - _includes/head.html | 2 +- _includes/meta.html | 85 +++++++++++++++++++++------------------------ 3 files changed, 41 insertions(+), 47 deletions(-) diff --git a/_includes/body.html b/_includes/body.html index c12bb7f..50c5c94 100644 --- a/_includes/body.html +++ b/_includes/body.html @@ -4,6 +4,5 @@
{{content}}
- {% include footer.html %} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 8d9ac61..202dc0a 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,5 +1,4 @@ - {% include meta.html %} {{site.title}} | Built With Ruby @@ -15,4 +14,5 @@ gtag('config', 'G-2KL4P15L2X'); + {% include meta.html %} \ No newline at end of file diff --git a/_includes/meta.html b/_includes/meta.html index fd62834..2b005aa 100755 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -1,46 +1,41 @@ - - - - - - -{{site.title}}{% if page.title %} | {{page.title}}{% endif %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file