diff options
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> |