Skip to content

Commit 2ede87c

Browse files
ThomasArdalclaude
andcommitted
Only link the H1 back to home on pages other than the homepage
Linking the title to itself on the homepage read as a mistake. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fhp7zVUFQLn7SQKdvu8mXV
1 parent 75da000 commit 2ede87c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
layout: default
33
title: elmah.io changelog
44
---
5+
{% if paginator.page == 1 %}
6+
<h1>elmah.io changelog</h1>
7+
{% else %}
58
<h1><a href="{{ '/' | relative_url }}">elmah.io changelog</a></h1>
9+
{% endif %}
610
{% for post in paginator.posts %}
711
<article class="card">
812
<a href="{{ post.url | relative_url }}"><h2>{{ post.title }}</h2></a>

0 commit comments

Comments
 (0)