twit -> mastodon, remove share menu

This commit is contained in:
Don Harper 2023-02-07 23:33:42 -06:00
parent d064ba9790
commit 4fa8402119
2 changed files with 3 additions and 4 deletions

View file

@ -45,7 +45,7 @@ preserveTaxonomyNames = true
authorwebsite = "https://www.duckland.org"
#logo = "images/user.png"
githubName = "duckunix"
twitterName = "duckunix"
twitterName = "https://fosstodon.org/@duckunix"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
showtoc = false
@ -93,7 +93,7 @@ preserveTaxonomyNames = true
# this will also be in author bio if there is no writer.
[params.social]
email = "duck@duckland.org"
#twitter = "https://twitter.com/duckunix"
twitter = "https://fosstodon.org/@duckunix"
linkedin = "https://www.linkedin.com/in/donaldharper/"
mastodon = "https://fosstodon.org/@duckunix"
#stackoverflow = "full profile url in stackoverflow"
@ -107,7 +107,7 @@ preserveTaxonomyNames = true
bio = [
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
]
twitter = "https://twitter.com/duckunix"
twitter = "https://fosstodon.org/@duckunix"
linkedin = "https://www.linkedin.com/in/donaldharper/"
instagram = "https://www.instagram.com/duckunix/"
github = "https://github.com/duckunix"

View file

@ -25,7 +25,6 @@
</div>
<footer class="c-post__footer">
{{ partial "share.html" . }}
{{ partial "pager.html" . }}