commit 001de0f8412845f1d9946bdff560a162ac05fa37 parent 095d6203d7b4b90b72dfd4198a1ff35fe1bbabf1 Author: FIGBERT <figbert@figbert.com> Date: Sat, 31 Aug 2024 23:16:19 -0700 Remove rating from Reading articles on index Diffstat:
M | templates/index.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/index.html b/templates/index.html @@ -31,9 +31,9 @@ <li> {% if page.extra is containing("book") %} {% if page.extra is containing("no_link") %} - <span>{{ page.extra.book }} {{ page.extra.rating }}</span> + <span>{{ page.extra.book }}</span> {% else %} - <a href="{{ page.permalink }}">{{ page.extra.book }} {{ page.extra.rating }}</span></a> + <a href="{{ page.permalink }}">{{ page.extra.book }}</span></a> {% endif %} {% else %} <a href="{{ page.permalink }}">{{ page.title }}</a>