From 5aa3d6eda95aa2a5d2e1c1ec04fc286a6a55f2a0 Mon Sep 17 00:00:00 2001 From: Ridwan Halim <91854659+ridwaanhall@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:08:43 +0700 Subject: [PATCH] fix: update image references and improve HTML structure #13 --- blog/templates/blog/blog.html | 8 ++++---- blog/templates/blog/blog_detail.html | 1 - templates/footer.html | 6 +++--- templates/navbar.html | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/blog/templates/blog/blog.html b/blog/templates/blog/blog.html index cefe649..cc09de4 100644 --- a/blog/templates/blog/blog.html +++ b/blog/templates/blog/blog.html @@ -31,10 +31,10 @@

Berikut adalah daftar artikel blog yang tersedia.

{% for blog in blogs %}
- {% if blog.thumbnail %} + {% if blog.image %}
-
- {{ blog.title }} +
+ {{ blog.title }}
{% endif %} @@ -43,7 +43,7 @@

Berikut adalah daftar artikel blog yang tersedia.

- ridwaanhall second icon + ridwaanhall second icon
diff --git a/blog/templates/blog/blog_detail.html b/blog/templates/blog/blog_detail.html index 8fdc0d7..753a6cc 100644 --- a/blog/templates/blog/blog_detail.html +++ b/blog/templates/blog/blog_detail.html @@ -5,7 +5,6 @@ {% block title %}{{ blog.title }} - Lumina Blog{% endblock %} {% block content %} -
diff --git a/templates/footer.html b/templates/footer.html index 2601800..4189101 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -3,10 +3,10 @@
-

© {% now "Y" %} Lumina

+

© {% now "Y" %} Lumina

diff --git a/templates/navbar.html b/templates/navbar.html index 211e88d..6321b5e 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -3,7 +3,7 @@