diff options
author | Linnnus <[email protected]> | 2024-03-20 18:35:50 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-03-20 18:35:50 +0100 |
commit | 9637c9a833c5bc99f8944d41f95461af23048ddf (patch) | |
tree | 50e5f9e8f7c97a7ff6131c910f954c44476cbe1e /views/base.html | |
parent | e40ce7849e97a1e0295fb07072d95041b60ec72a (diff) |
Add hero image to index
Diffstat (limited to 'views/base.html')
-rw-r--r-- | views/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/base.html b/views/base.html index be43d69..e105d0c 100644 --- a/views/base.html +++ b/views/base.html @@ -3,6 +3,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/static/base.css" rel="stylesheet"> + {% block head %}{% endblock %} </head> <body> <header class="navbar"> |