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:
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 733b01c..f94f3ab 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -114,6 +114,7 @@
{{end}}
<hr class="full-width">
+ {{ if ( gt (len .Params.tech ) 0)}}
<h2 class="uk-text-center uk-heading-small">Built with</h2>
<section >
@@ -135,6 +136,8 @@
</section>
<hr class="full-width">
+ {{end}}
+
<div class="content">
{{.Content }}
</div>