File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments