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

github.com/saey55/hugo-elate-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlayouts/partials/intro.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/intro.html b/layouts/partials/intro.html
index ec6d410..667d5f3 100755
--- a/layouts/partials/intro.html
+++ b/layouts/partials/intro.html
@@ -9,7 +9,9 @@
<i class="fh5co-intro-icon {{ .icon }}"></i>
<h2>{{ .title }}</h2>
<p>{{ .description }}</p>
+ {{ if .button}}
<p><a href="{{ .url }}" class="btn btn-primary">{{ .button}}</a></p>
+ {{ end }}
</div>
</div>
{{ end }}
@@ -23,4 +25,4 @@
</div>
{{ end }}
</div>
- </section> \ No newline at end of file
+ </section>