diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 0090452..7ed663d 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -21,7 +21,7 @@ {{ with .Site.Social.twitter }}
  • - My X (Twitter) + My X (Twitter)
  • {{ end }} @@ -41,7 +41,8 @@ {{ with .Site.Social.gitea }}
  • - My Code + + My Code
  • {{ end }} diff --git a/publish b/publish index b65e759..d11db47 100755 --- a/publish +++ b/publish @@ -8,6 +8,6 @@ hugo # build the new site sudo chown -R gmgauthier:www-data ./public/* # set the ownership before transfer -rsync --super -avh -e ssh ./public/* gmgauthier@socrates:/var/www/gmgauthier.com +rsync --super -avh -e ssh ./public/* gmgauthier@socrates:/home/gmgauthier/gmgauthier.com # echo "ls -lA /hosting/sites/gmgauthier.com" | ssh gmgauthier@boethius /bin/bash