Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BSv5] Footer updates are necessary #1364

Closed
Tracked by #470
chalin opened this issue Jan 24, 2023 · 0 comments · Fixed by #1373
Closed
Tracked by #470

[BSv5] Footer updates are necessary #1364

chalin opened this issue Jan 24, 2023 · 0 comments · Fixed by #1373

Comments

@chalin
Copy link
Collaborator

chalin commented Jan 24, 2023

For context, see #1361 (comment):

Note: I've left out the following text-* change from the footer because the flex boxes aren't working for some reason, and so the first "developer" icon moves off of the page. I'll fix that separately

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 00485a5..a95bdad 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -4,14 +4,14 @@
     <div class="row">
       <div class="col-6 col-sm-4 text-xs-center order-sm-2">
         {{ with $links }}
-        {{ with index . "user"}}
+        {{ with index . "user" }}
         {{ template "footer-links-block"  . }}
         {{ end }}
         {{ end }}
       </div>
-      <div class="col-6 col-sm-4 text-right text-xs-center order-sm-3">
+      <div class="col-6 col-sm-4 text-end text-xs-center order-sm-3">
         {{ with $links }}
-        {{ with index . "developer"}}
+        {{ with index . "developer" }}
         {{ template "footer-links-block"  . }}
         {{ end }}
         {{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant