2023-01-25 08:55:24 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2023-07-19 08:15:09 +00:00
|
|
|
<meta charset="utf-8"/>
|
2023-01-25 08:55:24 +00:00
|
|
|
<title>Ydreniv's ~ webpage</title>
|
|
|
|
<link rel="stylesheet" href="{{ config.base_url }}/base.css">
|
|
|
|
{% block stylesheet %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block rss %}
|
|
|
|
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
|
|
|
|
{% endblock %}
|
|
|
|
{% block head_extra %}
|
|
|
|
{% endblock %}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
{% block content %} {% endblock %}
|
|
|
|
|
|
|
|
{% include "includes/h-card.html" %}
|
|
|
|
{% include "includes/webmentions.html" %}
|
|
|
|
</body>
|
|
|
|
</html>
|