move static files in their respective application

This commit is contained in:
thomas girod
2024-08-14 12:58:21 +02:00
parent 52c19e9962
commit ff088009d9
27 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
<html lang="fr">
<head>
<title>{% trans %}Slideshow{% endtrans %}</title>
<link href="{{ scss('com/slideshow.scss') }}" rel="stylesheet" type="text/css" />
<link href="{{ scss('com/css/slideshow.scss') }}" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="slideshow">

View File

@ -1,7 +1,7 @@
{% extends "core/base.jinja" %}
{%- block additional_css -%}
<link rel="stylesheet" href="{{ scss('sas/album.scss') }}">
<link rel="stylesheet" href="{{ scss('sas/css/album.scss') }}">
{%- endblock -%}
{% block additional_js %}