diff options
-rw-r--r-- | _config.yml | 3 | ||||
-rw-r--r-- | _includes/head.html | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 15b6b08..0a037b0 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,8 @@ # Site settings title: Uvoks Blog -description: Ein Blog über Techlik - und gelegentlich über Leben +description: Ein Blog über Techlik - und gelegentlich über Leben. + Blog und Homepage von uvok cheetah. baseurl: "" # the subpath of your site, e.g. /blog url: "https://blog.uvokchee.de" # the base hostname & protocol for your site exclude: diff --git a/_includes/head.html b/_includes/head.html index 9c69ce9..079e961 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,4 +6,7 @@ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}?v={{ site.cssversion }}"> {%- feed_meta -%} <meta http-equiv="onion-location" content="http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion{{ page.url }}" /> +{% if page.layout == "postlist" %} + <meta name="keywords" content="uvok, cheetah, furry, blog, homepage"> +{% endif %} </head> |