Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Dec 16, 2023
1 parent cb593af commit f8b44a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ define "body" }}
<div class="body-container w-100">
<div class="container alert alert-info sticky-top">
<i class="fa-solid fa-square-poll-horizontal"></i>
Please <a href="https://show.forms.app/librepcb/feedback">share your feedback</a>
with us!
</div>
<div class="intro d-flex flex-column text-light text-center">
<div class="container alert alert-info sticky-top float-end">
<i class="fa-solid fa-square-poll-horizontal"></i>
Please <a href="https://show.forms.app/librepcb/feedback">share your feedback</a>
with us!
</div>
{{ with index (where .Site.Pages.ByDate.Reverse "Section" "blog") 0 }}
<div class="container alert alert-dark mt-3 w-auto p-2">
<i class="fa-solid fa-message"></i>
Expand Down

0 comments on commit f8b44a8

Please sign in to comment.