Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil authored Feb 13, 2025
1 parent d93d89d commit 485f583
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,32 @@ <h1 class="title is-2">{{ page.title }}</h1>
</div>
</div>
</div>
<div class="container">
<div class="columns my-6">
<div class="column is-6">
<a class="box is-flex pagination-box" href="https://hugo-mini-course.netlify.app/sections/intro/welcome/">
<span class="icon is-medium">
<i class="fas fa-2x fa-chevron-circle-left"></i>
</span>
<div class="has-text-right">
<div class="has-text-weight-bold is-size-7 has-text-grey">Previous Section</div>
<span class="is-size-5">Welcome</span>
</div>
</a>
</div>
<div class="column is-6">
<a class="box is-flex pagination-box" href="https://hugo-mini-course.netlify.app/sections/intro/setup/">
<div>
<div class="has-text-weight-bold is-size-7 has-text-grey">Next Section</div>
<span class="is-size-5">Setup</span>
</div>
<span class="icon is-medium">
<i class="fas fa-2x fa-chevron-circle-right"></i>
</span>
</a>
</div>
</div>
</div>
</div>

<!-- TOC on larger screens -->
Expand Down

0 comments on commit 485f583

Please sign in to comment.