diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-05-05 13:38:02 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-05-05 13:38:02 -0400 |
commit | fed977bf864eb721fe4bcc5c9c2936bf2164e537 (patch) | |
tree | cf44998dd85c13bd76a2e833733726a96df92d68 /templates/directory.html.twig | |
parent | acdde303b41ed742681d2fde96507940e1c4dc87 (diff) | |
download | grav-sowtheme-fed977bf864eb721fe4bcc5c9c2936bf2164e537.tar.gz grav-sowtheme-fed977bf864eb721fe4bcc5c9c2936bf2164e537.tar.bz2 grav-sowtheme-fed977bf864eb721fe4bcc5c9c2936bf2164e537.zip |
Fix next and previous arrows and other tweaks
Diffstat (limited to 'templates/directory.html.twig')
-rw-r--r-- | templates/directory.html.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/directory.html.twig b/templates/directory.html.twig index cc02e7f..6903f08 100644 --- a/templates/directory.html.twig +++ b/templates/directory.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>{{ header.title|e }} - {{site.title|e}}</title> </head> <body> |