gradient for the current week
This commit is contained in:
parent
b433230191
commit
f02023b079
3 changed files with 18 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue