diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-06-06 20:11:22 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-06-06 20:11:22 +0200 |
commit | 043710894c648f91a3c9acd11800d67f3b872670 (patch) | |
tree | 0d1889f6db929b8c41f3b81816fa8df335202a1a /templates/base.html | |
parent | 53730f5b5d78cd4ecbe1b732efb84e38b62dffe7 (diff) | |
download | rabalderz-043710894c648f91a3c9acd11800d67f3b872670.tar.gz rabalderz-043710894c648f91a3c9acd11800d67f3b872670.tar.bz2 rabalderz-043710894c648f91a3c9acd11800d67f3b872670.zip |
Add a site header.
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index dfd162d..0724201 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@ <body> - {#% include header.html %#} + {% include "header.html" %} <div class="page-content"> <div class="wrapper"> |