diff options
Diffstat (limited to 'templates/home.html.twig')
-rw-r--r-- | templates/home.html.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/home.html.twig b/templates/home.html.twig index 7e5be9f..5c7d0b7 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -7,6 +7,7 @@ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {{ assets.css()|raw }} + {{ assets.js()|raw }} <title>{{site.title|e}}</title> </head> <body> |