2024-12-31 14:29:11 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
|
2025-01-01 18:31:30 -05:00
|
|
|
{% block titlevariable %}
|
|
|
|
{% set title = "Shadowfacts" %}
|
|
|
|
{% endblock %}
|
|
|
|
<title>{{ title }}</title>
|
2024-12-31 14:29:11 -05:00
|
|
|
|
2025-01-01 18:31:30 -05:00
|
|
|
<link rel="cannonical" href="https://{{ _domain }}{{ _permalink }}">
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="Shadowfacts" href="https://{{ _domain }}/feed.xml">
|
2024-12-31 14:29:11 -05:00
|
|
|
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="/favicon-152.png">
|
|
|
|
<meta name="msapplication-TileColor" content="#F9C72F">
|
|
|
|
<meta name="msapplication-TileImage" content="/favicon-152.png">
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary">
|
2025-01-01 18:31:30 -05:00
|
|
|
<meta property="og:title" content="{{ title }}">
|
2024-12-31 14:29:11 -05:00
|
|
|
{% block image %}
|
2025-01-01 18:31:30 -05:00
|
|
|
<meta property="twitter:image" content="https://{{ _domain }}/shadowfacts.png">
|
|
|
|
<meta property="og:image" content="https://{{ _domain }}/shadowfacts.png">
|
2024-12-31 14:29:11 -05:00
|
|
|
{% endblock %}
|
2025-01-01 18:31:30 -05:00
|
|
|
<meta property="og:url" content="https://{{ _domain }}{{ _permalink }}">
|
2024-12-31 14:29:11 -05:00
|
|
|
<meta property="og:site_name" content="Shadowfacts">
|
|
|
|
|
|
|
|
{% block head %}{% endblock %}
|
|
|
|
|
2025-01-01 18:31:30 -05:00
|
|
|
<link rel="stylesheet" href="/css/main.css?{{ _stylesheet_cache_buster }}">
|
2024-12-31 14:29:11 -05:00
|
|
|
</head>
|
|
|
|
<body itemscope itemtype="https://schema.org/Blog">
|
|
|
|
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
|
|
|
|
<script data-goatcounter="https://shadowfacts.goatcounter.com/count" async src="//gc.zgo.at/count.v3.js" crossorigin="anonymous"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|