#42: allow updates to menuitems
This commit is contained in:
parent
0068654885
commit
674adcba60
14 changed files with 258 additions and 7 deletions
|
@ -5,7 +5,14 @@
|
|||
<title>{% block title %}Welcome!{% endblock %}</title>
|
||||
<link rel="icon" type="image/svg+xml"
|
||||
href="{{ favicon }}" />
|
||||
<link rel="stylesheet" href="/static/css/new.min.css">
|
||||
{% set currentDate = "now"|date("d") %}
|
||||
{% if currentDate % 3 == 0 %}
|
||||
<link rel="stylesheet" href="/static/css/new.min.css">
|
||||
{% elseif currentDate % 3 == 1 %}
|
||||
<link rel="stylesheet" href="/static/css/simple.min.css">
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="/static/css/water.min.css">
|
||||
{% endif %}
|
||||
<style>
|
||||
label{
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue