To remove the list of “social” sharing icons from the footer

1mkdir layouts/partials/footer/
2cp themes/hugo-bootstrap-theme/layouts/partials/footer/main.html layouts/partials/footer/

From layouts/partials/footer/main.html remove the line

1{{- partial "footer/social-links" . -}}