Skip to content

Commit

Permalink
Fix blog page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Feb 11, 2025
1 parent 2654916 commit fcd0dfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions _layouts/blog.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<!DOCTYPE html>
<html lang="en">
---
layout: default
---

{% include head.html %}

<body id="page-top">
{% include nav.html %}
{% include header.html header_img="blog" %}
<div id="page-top">
{% include header.html header_img="blog" %}

<section id="about">

<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="col-lg-9 blogroll">

{% for post in site.posts limit: 10 %}
<a id="{{ post.slug }}"></a>
Expand All @@ -32,8 +30,6 @@
</section>

{% include aside.html %}
{% include contact.html %}
{% include scripts.html %}
</body>
{% include contact.html %}
</div>

</html>
2 changes: 1 addition & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
font-weight:600;
}

.galleryPic img {
.galleryPic img, .blogroll img {
max-width: 100%;
}

Expand Down

0 comments on commit fcd0dfe

Please sign in to comment.