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 /_includes/head.html | |
parent | 6019c68831e1fd43331b2e23ba21b3107169d3ed (diff) |
Set site description
something something SEO
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 3 |
1 files changed, 3 insertions, 0 deletions
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> |