Small fix for hardcoded values
This commit is contained in:
parent
a1764efc3b
commit
9b7af0bdff
4 changed files with 10 additions and 1 deletions
|
@ -53,6 +53,9 @@ other = "Prev"
|
|||
[next]
|
||||
other = "Next"
|
||||
|
||||
[share_on]
|
||||
other = "Share on"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Improve this page"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Anterior"
|
|||
[next]
|
||||
other = "Siguiente"
|
||||
|
||||
[share_on]
|
||||
other = "Compartir en"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Mejorar esta página"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@ other = "Précédent"
|
|||
[next]
|
||||
other = "Suivant"
|
||||
|
||||
[share_on]
|
||||
other = "Partager sur"
|
||||
|
||||
[improve_this_page]
|
||||
other = "Améliorez cette page"
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
{{ if site.Params.SocialButtons }}
|
||||
<div class="socialbuttons">
|
||||
Share on:
|
||||
{{ i18n "share_on" }}":
|
||||
{{ if site.Params.SocialButtons.facebook }}
|
||||
<a href="https://www.facebook.com/sharer.php?u={{ .Permalink }}" target="_blank" style="color: #3b5998"> <i class="fab fa-facebook fa-lg"></i></a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue