From f483212ba3796c132b292207417899e8dca0244c Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 3 Apr 2023 23:23:23 +0200 Subject: [PATCH] Add missing HTML standard files --- _includes/header.liquid | 2 +- _includes/page_start.liquid | 4 ++-- robots.txt | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 robots.txt 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