Skip to content

Commit

Permalink
fix discourse comments
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
  • Loading branch information
dhuseby committed Apr 24, 2024
1 parent 80ab14f commit 5b9f875
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18,031 deletions.
4 changes: 2 additions & 2 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const themeConfigDefaults = {
},
{
text: 'YouTube',
link: 'https://www.youtube.com/channel/UCBPd00n1y9AwbdFHQrO2agw',
link: 'https://www.youtube.com/@libp2p',
icon: 'youtube-icon',
},
{
Expand All @@ -24,7 +24,7 @@ const themeConfigDefaults = {
},
{
text: 'LinkedIn',
link: 'https://www.linkedin.com/company/protocollabs/',
link: 'https://www.linkedin.com/company/libp2p/',
icon: 'linkedin-icon',
},
],
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/config/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = [
['meta', { name: 'msapplication-TileColor', content: '#156ff7' }],
['meta', { name: 'apple-mobile-web-app-title', content: 'libp2p Blog & News' }],
['meta', { name: 'application-name', content: 'libp2p Blog & News' }],
['meta', { name: 'discourse-username', content: 'system' }],
[
'script',
{
Expand Down
Loading

0 comments on commit 5b9f875

Please sign in to comment.