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"