Skip to content

Commit

Permalink
Make footer a container-fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown authored and ninjamuffin99 committed Dec 21, 2024
1 parent 58aca2a commit 8cdc19f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion content/_layouts/blog-layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ layout: default.liquid
---
<div class="row">
<div class="col-md-8">
<h1 class="title">{{ title }} <a class="float-end link-body-emphasis" href="/feed.xml"><i class="h4 bi bi-rss"></i></a></h1>
<h1 class="title">
{{ title }}
<a class="float-end link-body-emphasis" href="/feed.xml"><i class="h4 bi bi-rss"></i></a>
</h1>
{{ content }}
</div>

Expand Down
4 changes: 2 additions & 2 deletions content/_layouts/partials/footer.liquid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer>
<footer class="container-fluid">
{% renderFile "./content/_layouts/partials/hf-splash-line.liquid" %}

<div class="footer-main py-3 mt-5">
Expand Down Expand Up @@ -58,7 +58,7 @@
<a href="/showcase">Showcase</a>
</li>
<li>
<a href="/blog">Blog</a>
<a href="/blog">Blog</a>
<a class="ms-1" href="/feed.xml"><i class="fw-lighter bi bi-rss"></i></a>
</li>
</ul>
Expand Down

0 comments on commit 8cdc19f

Please sign in to comment.