summaryrefslogtreecommitdiff
path: root/_includes/head.html
blob: 079e961b3378274a44709c9ceb17982420a05901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  {%- seo -%}
  <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>