From 9f9985c738e23088c8e701ba4b74f08f9dab009a Mon Sep 17 00:00:00 2001 From: bluebamus Date: Sun, 20 Oct 2024 15:11:15 +0900 Subject: [PATCH] bug fix templates/home/index.html and templates/portfolio/portfolio.html --- templates/home/index.html | 4 ++-- templates/portfolio/portfolio.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/home/index.html b/templates/home/index.html index 69c2237..6c42325 100644 --- a/templates/home/index.html +++ b/templates/home/index.html @@ -230,7 +230,7 @@

{% trans "About Projects" %}

- +
@@ -239,7 +239,7 @@

{% trans "About Projects" %}

-

{{item.projectpost.title}}

+

{{item.projectpost.title}}

{{item.projectpost.content|safe|truncatechars:80}}
diff --git a/templates/portfolio/portfolio.html b/templates/portfolio/portfolio.html index c05ca92..4a522f4 100644 --- a/templates/portfolio/portfolio.html +++ b/templates/portfolio/portfolio.html @@ -256,7 +256,7 @@

About Projects

- +
@@ -265,7 +265,7 @@

About Projects

-

{{item.projectpost.title}}

+

{{item.projectpost.title}}

{{item.projectpost.content|safe|truncatechars:80}}