Skip to content

Commit e5eede2

Browse files
dblockclaude
andcommitted
Moved markdown link to post layout.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fcff077 commit e5eede2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_includes/_head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
1616
<link rel="canonical" href="{{ canonical }}">
1717
<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
18-
{% if page.layout == 'post' %}<link href="{{ site.url }}{{ page.url | remove:'index.html' | strip_slash }}.md" type="text/markdown" rel="alternate" title="Markdown">{% endif %}
1918
{% if site.owner.google.plus %}<link rel="author" href="https://plus.google.com/+{{ site.owner.google.plus }}?rel=author">{% endif %}
2019

2120
<!-- https://t.co/dKP3o1e -->

_layouts/post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<head>
77
{% include _head.html %}
88
{% include _capture_tags.html %}
9+
<link href="{{ site.url }}{{ page.url | remove:'index.html' | strip_slash }}.md" type="text/markdown" rel="alternate" title="Markdown">
910
</head>
1011

1112
<body class="post">

0 commit comments

Comments
 (0)