diff options
author | uvok cheetah | 2024-02-28 19:36:20 +0100 |
---|---|---|
committer | uvok cheetah | 2024-02-28 19:36:20 +0100 |
commit | f008b1cd7eb46b74b93e659e2e651f816e8db0f0 (patch) | |
tree | c378fbcd3ad7ec931b4624b4316a044b14a389cf | |
parent | 6019c68831e1fd43331b2e23ba21b3107169d3ed (diff) |
Set site description
something something SEO
-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> |