You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}
The text was updated successfully, but these errors were encountered:
For context, see #1361 (comment):
The text was updated successfully, but these errors were encountered: