From 543d69d839f1ad103f8ecb3d2c523b81ab18483c Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Tue, 03 Mar 2020 20:11:08 +0000
Subject: [PATCH] Draw text on header image, font update

---
 layouts/_default/baseof.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6016f8f..f15c1ec 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -5,6 +5,7 @@
         <div id="full_body">
             <header id="header" class="top-section">
                 {{- partial "body_header.html" . -}}
+                {{ with $.Param "headername" }}<div id="header-text">{{ . }}</div>{{ end -}}
             </header>
             <div id="content" class="top-section">
                 <div class="container-fluid">

--
Gitblit v1.10.0