Skip to content

Commit

Permalink
Corrige le lien du log et ajoute des target _blank
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Mar 13, 2024
1 parent f77668f commit c0675fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/page/a-propos.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="social">
{{ range .Params.socials }}
{{ $chemin_logo := printf "%s.svg" .nom }}
<a href="{{ .url }}">
<a href="{{ .url }}" target="_blank">
{{ partial $chemin_logo }}
</a>
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="image logo">
{{ with resources.GetMatch "images/800x-logo-blanc.png" }}
<a href="www.cameleon-association.org">
<a href="https://www.cameleon-association.org" target="_blank">
<img src="{{ .RelPermalink }}" alt="logo associatioin Caméléon">
</a>
{{ end }}
Expand Down

0 comments on commit c0675fa

Please sign in to comment.