gradient for the current week

This commit is contained in:
j 2025-02-15 00:51:32 +01:00
commit f02023b079
3 changed files with 18 additions and 3 deletions

View file

@ -2,6 +2,16 @@
{% block head %}
<link rel="alternate" type="application/atom+xml" title="{{ settings.SITENAME }}" href="/atom.xml" />
<title>{{ settings.SITENAME }}</title>
{% if week_background %}
<style>
body {
background: {{ week_background }};
}
</style>
<script>
window.useHue = true;
</script>
{% endif %}
{% endblock %}
{% block content %}
<div class="index">