Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
distributed-press-onboarding-jekyll-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sutty
jekyll
distributed-press-onboarding-jekyll-theme
Commits
e5bedfe9
Commit
e5bedfe9
authored
4 months ago
by
Elihu
Browse files
Options
Downloads
Patches
Plain Diff
fix: button get_started
parent
a263acd8
Branches
issue-23
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_layouts/home.html
+10
-0
10 additions, 0 deletions
_layouts/home.html
with
10 additions
and
0 deletions
_layouts/home.html
+
10
−
0
View file @
e5bedfe9
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment