Closed
Description
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 separatelydiff --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 }}