Skip to content
Snippets Groups Projects
Commit e5bedfe9 authored by Elihu's avatar Elihu
Browse files

fix: button get_started

parent a263acd8
Branches issue-23
No related tags found
No related merge requests found
......@@ -2,9 +2,19 @@
layout: default
---
{% assign get_started = site.posts | find: 'layout', 'get_started' %}
{%- assign theme = site.posts | find: "layout", "theme" -%}
<div class="row justify-content-center">
<div class="col-8 col-md-4 col-lg-2">
{%- include buttons/link.html href=theme.url content="Go to Components" class="btn-primary w-100" -%}
</div>
<div class="col-8 col-md-4 col-lg-2">
{% include buttons/link.html
content=get_started.title
href=get_started.url
class="btn-primary text-uppercase"
%}
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment