From b97dc27b5ae637ef74353318f01e8494779db6ff Mon Sep 17 00:00:00 2001 From: Restioson Date: Mon, 28 Oct 2024 12:04:31 +0200 Subject: [PATCH] fix(seo): more descriptive link texts (instead of 'read more') Fixes this Lighthouse lint: https://developer.chrome.com/docs/lighthouse/seo/link-text/ --- app/templates/app/documents.html | 2 +- app/templates/app/projects.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/app/documents.html b/app/templates/app/documents.html index ecb18399..4d462720 100644 --- a/app/templates/app/documents.html +++ b/app/templates/app/documents.html @@ -32,7 +32,7 @@

{{ item.description|truncatewords:30 }} - {% trans "Read more" %} + {% trans "More about the document" %}

{% if item.languages %} diff --git a/app/templates/app/projects.html b/app/templates/app/projects.html index 64a21c6a..5433e0bb 100644 --- a/app/templates/app/projects.html +++ b/app/templates/app/projects.html @@ -47,7 +47,7 @@

{{ item.description|truncatewords:30 }} - {% trans "Read more" %} + {% trans "More about the project" %}

{% if item.languages %}