You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ DEFAULT_LANG }}">
|
|
|
|
<head>
|
|
|
|
{% block head %}
|
|
|
|
<title>{% block title %}{{ SITENAME }} {{SITESUBTITLE}}{% endblock title %}</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" href="{{ SITEURL}}/favicon.ico" type="image/x-icon">
|
|
|
|
<link rel="shortcut icon" href="{{ SITEURL }}/favicon.ico" type="image/x-icon">
|
|
|
|
{% from 'syndication.html' import syndication with context %}
|
|
|
|
{{ syndication(article) }}
|
|
|
|
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}css/pygment.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}css/{{ CSS_FILE }}" />
|
|
|
|
{% endblock head %}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="index" class="home">
|
|
|
|
<!-- <div id="background" style="background-image: url(https://vvvvvvaria.org/stream/YL6kn2e-QvOn2BOCbfx-yw.jpg)"></div> -->
|
|
|
|
<!-- <div id="background" style="background-image: url(https://vvvvvvaria.org/stream/Lo4AAGW9TCuZr664UYL55g.jpg)"></div> -->
|
|
|
|
<!-- <div id="background" style="background-image: url(https://vvvvvvaria.org/stream/KXdP3NScR-2Zd5uUZn5OoA.jpg)"></div> -->
|
|
|
|
<div id="background" style="background-image: url(https://vvvvvvaria.org/stream/Fsso8ElEThSM6cwkE4rCMA.jpg)"></div>
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|