Use index.html suffixes on all internal links for local file:// browsing

This commit is contained in:
Tom Roth
2026-07-31 09:31:21 +02:00
parent 329afc049a
commit dc1e8bc29c
7 changed files with 23 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ description: "Browse Diana's services — painting, tile setting, drywall, plumb
<div class="services-grid container">
{% for service in services %}
<a href="{{ rootPath }}services/{{ service.slug }}/" class="service-card fade-up">
<a href="{{ rootPath }}services/{{ service.slug }}/index.html" class="service-card fade-up">
<div class="service-card__image">
<img
src="{{ rootPath }}assets/{{ service.images[0].file }}"