summaryrefslogtreecommitdiff
path: root/_includes/head.html
blob: 0451f15036731f196f1144ab90f09cec9a506157 (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 }}">
  <link type="application/atom+xml" rel="alternate" href="/feed.xml" title="RSS feed of uvoks Blog" />
  <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>