Skip to content

Commit

Permalink
asas
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil authored Feb 13, 2025
1 parent 92ac10b commit 87bfd2c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ permalink : /about
sidebar : true
hero : false
---
<main>
<section class="py-6 has-background-white">
<div class="container my-6">
<div class="columns is-centered">

<div class="container my-6">
<div class="columns">
<div class="column is-8">
<h1 class="title is-2 has-text-weight-bold mb-3">
Hi there, we’re
Expand Down Expand Up @@ -141,8 +140,6 @@ hero : false
</div>
</div>
</div>
</section>
</main>

<!-- _includes/lessons.html -->
{% assign posts = site.posts | where_exp: "post", "post.categories contains 'Training Videos'" %}
Expand Down

0 comments on commit 87bfd2c

Please sign in to comment.