From 501c05f0c959000228024a3d65d9dd3c84921c6a Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 19 Oct 2025 21:45:19 +0700 Subject: format: rename main-dark & main-light colors to main-hard & main-soft --- views/partials/blog-page-like-button.html | 2 +- views/partials/catalogue-blog-cards.html | 4 ++-- views/partials/general-page-header.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'views/partials') diff --git a/views/partials/blog-page-like-button.html b/views/partials/blog-page-like-button.html index bcf3d0b..8d555da 100644 --- a/views/partials/blog-page-like-button.html +++ b/views/partials/blog-page-like-button.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html index 5c3bb95..9bc5a30 100644 --- a/views/partials/catalogue-blog-cards.html +++ b/views/partials/catalogue-blog-cards.html @@ -1,5 +1,5 @@ {{- range .BlogPages }} -
+
@@ -13,7 +13,7 @@

{{ .PublishedTime }}

-

{{ .ShortDescription }}

+

{{ .ShortDescription }}

{{ .LikeCount }} diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html index d74c5c9..df75bb3 100644 --- a/views/partials/general-page-header.html +++ b/views/partials/general-page-header.html @@ -1,7 +1,7 @@

- +

//

{{ .Title }}

-- cgit v1.3.1+13