aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/jekyll-theme/sidebar/about.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/jekyll-theme/sidebar/about.html')
-rw-r--r--_includes/jekyll-theme/sidebar/about.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/jekyll-theme/sidebar/about.html b/_includes/jekyll-theme/sidebar/about.html
index 9806b87..8bdf204 100644
--- a/_includes/jekyll-theme/sidebar/about.html
+++ b/_includes/jekyll-theme/sidebar/about.html
@@ -1,3 +1,5 @@
+{% unless site.settings.sidebar.about.hide or page.sidebar.about.hide %}
+
{% capture about_content %}
{% assign project_desc = site.settings.project.description %}
{% unless project_desc %}
@@ -23,3 +25,5 @@
{% endcapture %}
{% include jekyll-theme/sidebar/entry.html header='About' content=about_content %}
+
+{% endunless %}