aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/header.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
committerfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
commite284d708d377b76f7484f9ddd5fd055c2c75f18a (patch)
tree9f6bad9d88901a80a49c73b2bf3ab7bbd3d3b648 /templates/partials/header.html
parent91c4cd062960cfc9f81e4816c58844aa8413745d (diff)
simplify css, add image gradient, fix rss path
Diffstat (limited to 'templates/partials/header.html')
-rw-r--r--templates/partials/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 3400a2b..8f49975 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -1,5 +1,6 @@
<header>
+<div id="left-header">
<!-- if "title" is set in config.toml, display site name -->
{% if config.title %}
<div class="header-item">
@@ -12,5 +13,9 @@
{% include "partials/nav.html" %}
</nav>
+<div id="right-header">
+ <div id="image-gradient">
+ </div>
+</div>
</header>