diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/index.liquid | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 0c5e8db..a2dc7b8 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -95,6 +95,23 @@ </section> <!-- end latest post --> + <!-- start level --> + <nav class="level"> + <div class="level-item has-text-centered"> + <div> + <p class="heading"> + Git Repos + </p> + <p class="title"> + <span class="icon"> + {% include mdi-git.html %} + </span> + </p> + </div> + </div> + </nav> + <!-- end level --> + <!-- begin main content --> <section class="section"> <div class="container"> |