Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-08-26 17:31:48 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-08-26 17:31:48 +0300
commit128b74318cf72c8bc0f4f02ee476805997333db4 (patch)
treee4d1032a8ba64fc21d69fdd84b8aa7a9bb11e4ba
parent362b938468867a0d944986de0b3301672110a7bb (diff)
Allow for disabling the Leadership and Teamwork section in about
-rw-r--r--layouts/about/list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/about/list.html b/layouts/about/list.html
index 1342343..ff7966d 100644
--- a/layouts/about/list.html
+++ b/layouts/about/list.html
@@ -21,6 +21,7 @@
</section>
+{{ if .Site.Data.about.leadership.enable }}
<!-- experience -->
<section class="uk-margin-large-bottom">
@@ -52,5 +53,6 @@
</section>
<!-- ./experience -->
<!-- /about -->
+{{end}}
{{ end }} \ No newline at end of file