Skip to content

Commit 0868fa9

Browse files
authored
Update products.html
1 parent 17657fd commit 0868fa9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_layouts/products.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<div class="col-md-6">
1313
<h1 class="intro-title text-uppercase white-text mb-30">{{ page.title }}</h1>
1414
<p class="lead text-regular white-text">{{ page.intro }}</p>
15+
{% if page.guide %}
16+
<a href="{{ page.docs }}" class="btn btn-lg blue waves-effect waves-light mt-30">Docs</a>
17+
{% endif %}
18+
1519
{% if page.github %}
1620
<a href="{{ page.github }}" class="btn btn-lg blue waves-effect waves-light mt-30">Github</a>
1721
{% endif %}

0 commit comments

Comments
 (0)