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-06-28 21:29:47 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-06-28 21:29:47 +0300
commitdbac05750054b17619f1417bdbea0fd9ff94319a (patch)
tree4a670bff69943d7e5bebafa5e23b7101081f2974
parentb8327e3a2616670797585aabb978a54a183bf9f4 (diff)
No built with if don't declare
-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>