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/page.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/page.html.twig')
-rw-r--r-- | templates/page.html.twig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.html.twig b/templates/page.html.twig index 1291aaf..41733c9 100644 --- a/templates/page.html.twig +++ b/templates/page.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> @@ -21,4 +22,4 @@ <span title="Last Edited">{{ header.date|e }}</span> </div> </body> -</html>
\ No newline at end of file +</html> |