quitsocialmedia.club/_layouts/wrapper.html

25 lines
769 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{% if page.lang == 'it' %}it{% else %}en{% endif %}">
{% include head.html %}
<body>
{% include theme-toggle.html %}
<a href="#">
<svg class="top button tool" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="background:var(--background)"><path d="M18 15a1 1 0 0 1-.64-.23L12 10.29l-5.37 4.32a1 1 0 0 1-1.41-.15 1 1 0 0 1 .15-1.41l6-4.83a1 1 0 0 1 1.27 0l6 5a1 1 0 0 1 .13 1.41A1 1 0 0 1 18 15z" fill="var(--primary)"/></svg>
</a>
<input id="search" rel="search" type="search" class="tool" />
{% include nav.html %}
{% if page.tags contains 'draft' or page.tags contains 'wip' %}
{% include draft.html %}
{% endif %}
{{ content }}
{% include footer.html %}
</body>
</html>