fix: use URL as link text in Linked From when post has no title
Build & Deploy / build-and-deploy (push) Successful in 1m29s
Build & Deploy / build-and-deploy (push) Successful in 1m29s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -165,7 +165,7 @@ withBlogSidebar: true
|
|||||||
{% for post in _backlinks %}
|
{% for post in _backlinks %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ post.url }}" class="text-sm text-accent-700 dark:text-accent-300 hover:underline">
|
<a href="{{ post.url }}" class="text-sm text-accent-700 dark:text-accent-300 hover:underline">
|
||||||
{{ post.data.title or "Untitled" }}
|
{{ post.data.title or post.url }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user