39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang='en-AU' prefix="og: http://ogp.me/ns#">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<link rel="stylesheet" type="text/css" href="/assets/style.css">
|
|
<script src='/assets/script.js'></script>
|
|
<script async src="https://ackee.lynnesbian.space/script.js" data-ackee-server="https://ackee.lynnesbian.space" data-ackee-domain-id="f0217e7d-ec2a-4a9b-baf3-d2d2215810ba"></script>
|
|
<title>{% if page.layout == 'project' %}Projects - {% endif %}{{ page.title | default: "lynnesbian dot space" }}</title>
|
|
<meta property="og:title" content="{{ page.title | default: 'Henlo!' }}">
|
|
<meta property="og:site_name" content="lynnesbian dot space">
|
|
<meta property="og:type" content="{{ page.og_type | default: 'website' }}">
|
|
<meta property="og:url" content="https://lynnesbian.space{{ page.url }}">
|
|
<meta property="og:image" content="https://lynnesbian.space/assets/img/bune.png">
|
|
<meta name="flattr:id" content="zly0ql">
|
|
{%- if page.title == "Contact" %}
|
|
<script type="application/ld+json" src="/assets/schema/me.json"></script>
|
|
<style>
|
|
{%- for section in site.data.contact -%}
|
|
{%- for entry in section.entries -%}
|
|
{%- if entry[2] -%}
|
|
.{{ entry[2] }}::before {background-image: url('/assets/svg/libre-icons/libre-{{ entry[2] }}.svg');}
|
|
{%- endif -%}
|
|
{%- endfor -%}
|
|
{%- endfor -%}
|
|
</style>
|
|
{% endif -%}
|
|
</head>
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
|
|
<div id='main'>
|
|
{{ content }}
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|