Skip to content

Commit

Permalink
Merge pull request #9 from trento-project/footer-logo-update
Browse files Browse the repository at this point in the history
Footer Logo Update
  • Loading branch information
stefanotorresi authored May 3, 2024
2 parents 1e86577 + e8ea64f commit 8148225
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ params:
footer:
# option to specify the logo in the footer
# the starting folder is configure in "assetDir" of this file
logo: "/images/trento-logo-horizontal.svg"
logo: "/images/trento-logo-horizontal-dark.svg"
# option to specify your contact email in the footer
email:
link: [email protected]
Expand Down
Binary file added static/images/trento-logo-horizontal-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions static/images/trento-logo-horizontal-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/hugo-refresh/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer footer-dark">
<div class="container">
<div class="columns">
<div class="columns is-variable is-6">
<div class="column">
<!-- <div class="footer-logo"> -->
{{- $out_fo := "footer.svg" -}}
Expand Down

0 comments on commit 8148225

Please sign in to comment.