From 7a8dd41492d8437c971d35446047a33548e06c16 Mon Sep 17 00:00:00 2001 From: relikd Date: Tue, 31 Dec 2019 13:34:46 +0100 Subject: [PATCH] Deny robots & fix flag --- Makefile | 1 + src/assets/index.html | 2 +- src/assets/robots.txt | 3 +++ src/templates/layout.html | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/assets/robots.txt diff --git a/Makefile b/Makefile index d90d5d0..4565b0c 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ help: @echo 'make clean - Removes all temporary server-build files (not ./bin)' @echo 'make server - Start lektor server with live change updates' @echo 'make build - Build deployable website into ./bin' + @echo 'make deploy - Custom rsync command to sync ./bin to remote server' @echo @echo 'make find-links - Search for cross reference between recipes' @echo diff --git a/src/assets/index.html b/src/assets/index.html index a812018..ccdd26b 100644 --- a/src/assets/index.html +++ b/src/assets/index.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/robots.txt b/src/assets/robots.txt new file mode 100644 index 0000000..e8d5acd --- /dev/null +++ b/src/assets/robots.txt @@ -0,0 +1,3 @@ +User-agent: * + +Disallow: / diff --git a/src/templates/layout.html b/src/templates/layout.html index 8b74a4b..06260bc 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -45,7 +45,7 @@ Build with Lektor, template by relikd.{#--#} {%- if this.alt == 'de' -%} - πŸ‡±πŸ‡· + πŸ‡ΊπŸ‡Έ {%- else -%} πŸ‡©πŸ‡ͺ {%- endif -%}