Updated to accept custom CSS -not final form

This commit is contained in:
Jeff MacKinnon 2022-05-16 11:15:40 -03:00
parent 46dee697fe
commit 19c7af9dcb
3 changed files with 18 additions and 0 deletions

7
static/css/library.css Normal file
View file

@ -0,0 +1,7 @@
.wip {
opacity: 50%;
border: 5px solid #d11586
}
.dnf {
opacity: 30%;
}

View file

@ -56,6 +56,9 @@
</script> </script>
<!-- End Matomo Code --> <!-- End Matomo Code -->
{% endblock head %} {% endblock head %}
{% block somemorehead %}
{% endblock somemorehead %}
</head> </head>
<body class="is-preload"> <body class="is-preload">

View file

@ -13,6 +13,14 @@
{% endblock %} {% endblock %}
{% block somemorehead %}
{% if page.libary %}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/library.css">
{% endif %}
{% endblock somemorehead %}
<section id="content" class="body"> <section id="content" class="body">
{% block content %} {% block content %}
<header> <header>