diff --git a/_includes/header.liquid b/_includes/header.liquid index 89c46e2..f505b37 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -6,7 +6,7 @@
{{ site.title }}
- + diff --git a/_includes/page_start.liquid b/_includes/page_start.liquid index fb3e284..8ef2c15 100644 --- a/_includes/page_start.liquid +++ b/_includes/page_start.liquid @@ -23,10 +23,10 @@ {% if site.xaymar.opengraph.excerpt.enabled == true %} - + {% else %} - + {% endif %} diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e80b111 --- /dev/null +++ b/robots.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /assets/ +Disallow: /feed/ +Disallow: /feed.xml +Disallow: /restricted/ +Disallow: /404.html +Disallow: /redirects.json