1 parent 0ac2269 commit f4ae7d2Copy full SHA for f4ae7d2
1 file changed
_includes/head.html
@@ -10,6 +10,11 @@
10
11
<title>{{ page.title }} {% if paginator and paginator.page > 1 %}Blog – Page {{ paginator.page }} {% endif %}– CSS Wizardry</title>
12
13
+{% if page.layout == "post" and page.path contains ".md" %}
14
+ {% assign markdown_source = site.markdown_source_base | append: page.path %}
15
+ <link rel=alternate type=text/markdown href="{{ markdown_source }}" title="{{ page.title }} in Markdown">
16
+{% endif %}
17
+
18
{% if page.layout != "feature" %}
19
<link rel=preconnect href=https://res.cloudinary.com>
20
{% endif %}
0 commit comments