1 parent 3d6eecc commit b4c0100Copy full SHA for b4c0100
1 file changed
_includes/head.html
@@ -19,6 +19,8 @@
19
20
<title>{{ page.title }} {% if paginator and paginator.page > 1 %}Blog – Page {{ paginator.page }} {% endif %}– CSS Wizardry</title>
21
22
+<link rel=describedby href=/llms.txt>
23
+
24
{% if page.path contains ".md" %}
25
<link rel=alternate type=text/markdown href="{{ site.markdown_source_base }}{{ page.path }}" title="{{ page.title }} in Markdown">
26
{% endif %}
0 commit comments