From e40d0a83dcdf9860163cbd173c2e42d8485ea8a2 Mon Sep 17 00:00:00 2001
From: Mat Manna <91392083+matmanna@users.noreply.github.com>
Date: Tue, 21 Apr 2026 21:16:54 +0000
Subject: [PATCH] wheeee
---
_includes/foot.html | 9 +++++----
jekyll-theme-doctored.gemspec | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/_includes/foot.html b/_includes/foot.html
index 26c3baa..a5399f2 100644
--- a/_includes/foot.html
+++ b/_includes/foot.html
@@ -1,12 +1,13 @@
-
+
{% if site.data.foot.logo %}
-
+
+ {{ site.data.foot.title }} |
{% else %}
- {{ site.data.foot.emoji }}
+ {{ site.data.foot.emoji }} {{ site.data.foot.title }} |
{% endif %}
- {{ site.data.foot.title }} | {{ site.description }}
+ {{ site.description }}
diff --git a/jekyll-theme-doctored.gemspec b/jekyll-theme-doctored.gemspec
index 6eb80c5..ea1ab5f 100644
--- a/jekyll-theme-doctored.gemspec
+++ b/jekyll-theme-doctored.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-doctored"
- spec.version = "0.3.8"
+ spec.version = "0.3.9"
spec.authors = ["matmanna"]
spec.email = [""]
spec.license = "MIT"
--
2.51.2