diff options
| author | 2025-08-30 15:13:27 +0700 | |
|---|---|---|
| committer | 2025-08-30 15:13:27 +0700 | |
| commit | 218fc8b0d470a3df8a412f7ab32925e74ca4b315 (patch) | |
| tree | 108968d6876d94088d6c929850ed1b3a5cb38806 /views | |
| parent | c33d3b275f2580bff2d510715448c14be1d5d5b5 (diff) | |
| download | web-218fc8b0d470a3df8a412f7ab32925e74ca4b315.tar.gz web-218fc8b0d470a3df8a412f7ab32925e74ca4b315.zip | |
feat: like count shown on blog search
fix: corrupted page links in cache
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/catalogue-blog-cards.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/partials/catalogue-blog-cards.html b/views/partials/catalogue-blog-cards.html index 62e931a..35c7ad7 100644 --- a/views/partials/catalogue-blog-cards.html +++ b/views/partials/catalogue-blog-cards.html @@ -8,6 +8,9 @@ <span class="font-extrabold">{{ .Title }}</span> <span class="font-extrabold select-none text-secondary">//</span> <span class="italic text-secondary">{{ .ActionDate }}</span> + <span class="font-extrabold select-none text-secondary">//</span> + <i class="fas fa-thumbs-up w-[1vmax] h-[1vmax]"></i> + <span class="italic text-secondary">{{ .LikeCount }}</span> </a> <p class="flex-3/12 grow-0 text-[1vmax] italic text-secondary text-right">{{ .PublishedTime }}</p> </div> |