fix twitter logo
This commit is contained in:
parent
c51bc96330
commit
924d9bda6d
@ -20,7 +20,7 @@
|
|||||||
{{ with .Site.Social.twitter }}
|
{{ with .Site.Social.twitter }}
|
||||||
<li class="pure-menu-item">
|
<li class="pure-menu-item">
|
||||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
<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>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
3
publish
3
publish
@ -7,6 +7,7 @@ rm -rf public # destroy the old build first
|
|||||||
hugo # build the new site
|
hugo # build the new site
|
||||||
sudo chown -R www-data:www-data ./public/* # set the ownership before transfer
|
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
|
# echo "ls -lA /hosting/sites/gmgauthier.com" | ssh gmgauthier@boethius /bin/bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user