From b1355436e96f2dfa777e843b53896d0bb71628e3 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 4 Apr 2026 03:03:29 +0700 Subject: feat: replace font-andika feat: replace noise image with lighter paper texture refactor: put colors in tailwind theme block --- views/partials/blog-page-like-button.html | 2 +- views/partials/catalogue-blog-cards.html | 6 +++--- views/partials/general-page-footer.html | 2 +- views/partials/general-page-header.html | 2 +- views/partials/personal-page-status.html | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'views/partials') diff --git a/views/partials/blog-page-like-button.html b/views/partials/blog-page-like-button.html index 8da52a6..5a85113 100644 --- a/views/partials/blog-page-like-button.html +++ b/views/partials/blog-page-like-button.html @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html index b50f419..45fef12 100644 --- a/views/partials/catalogue-blog-cards.html +++ b/views/partials/catalogue-blog-cards.html @@ -6,18 +6,18 @@
- + {{ .Title }} // {{ .ActionDate }} -

{{ .PublishedTime }}

+

{{ .PublishedTime }}

{{ .ShortDescription }}

{{ .LikeCount }} - // + // {{ .ViewCount }}

diff --git a/views/partials/general-page-footer.html b/views/partials/general-page-footer.html index 9b91bf0..3001d5d 100644 --- a/views/partials/general-page-footer.html +++ b/views/partials/general-page-footer.html @@ -1,5 +1,5 @@ {{ block "footer" . }}{{ end }} -

+

All the photos on saya.today are licensed under CC BY-SA 4.0 by Saya Andy © {{ .PublishedYear }}

CC diff --git a/views/partials/general-page-header.html b/views/partials/general-page-header.html index e019d3b..c2f413d 100644 --- a/views/partials/general-page-header.html +++ b/views/partials/general-page-header.html @@ -1,5 +1,5 @@ {{ .Title }} // SAYA TODAY
{{ block "header" . }}{{ end }} -

{{ .Title }}

+

{{ .Title }}

\ No newline at end of file diff --git a/views/partials/personal-page-status.html b/views/partials/personal-page-status.html index a4e47c2..078fb24 100644 --- a/views/partials/personal-page-status.html +++ b/views/partials/personal-page-status.html @@ -1,7 +1,7 @@