Buttons

GitHub GitHub GitHub GitHub
View Code...
{% include elements/button.html link="https://github.com" text="GitHub" style="primary" size="sm" %}
{% include elements/button.html link="https://github.com" text="GitHub" %}
{% include elements/button.html link="https://github.com" text="GitHub" style="outline-dark" size="lg" %}
{% include elements/button.html link="https://github.com" text="GitHub" block=true %}

To center your buttons, surround it with the following HTML tag:
<p class="text-center"> {% include ... %} </p>

Know more about buttons from Bootstrap Buttons