fix twitter logo

This commit is contained in:
Greg Gauthier 2024-02-14 19:48:26 +00:00
parent c51bc96330
commit 924d9bda6d
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
{{ with .Site.Social.twitter }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
<i class="fa fa-twitter fa-fw"></i>My X (Twitter)</a>
<i class="fa fa-bird fa-fw"></i>My X (Twitter)</a>
</li>
{{ end }}

View File

@ -7,6 +7,7 @@ rm -rf public # destroy the old build first
hugo # build the new site
sudo chown -R www-data: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:/var/www/gmgauthier.com
# echo "ls -lA /hosting/sites/gmgauthier.com" | ssh gmgauthier@boethius /bin/bash