Skip to content

Commit

Permalink
Update portfolio_grid.html
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbateman authored Jun 5, 2024
1 parent 7b7c39b commit f5bd340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/portfolio_grid.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Portfolio Grid -->
<section id="projects" class="bg-light-gray">
<!-- <section id="projects" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand All @@ -24,9 +24,9 @@ <h4>{{project.caption}}</h4>
<p class="text-muted">{{project.description}}</p>
</div>
</div>
{% endif %}
{% endif %} -->
{% endfor %}
</div>
</div>
</section>
{% include modals.html %}
{% include modals.html %}

0 comments on commit f5bd340

Please sign in to comment.