Skip to content

Commit

Permalink
Add mastodon link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Sep 27, 2024
1 parent 40ff79d commit bb572b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ url: "https://nick.freear.org.uk"
#url: "http://nfreear.github.io" # the base hostname & protocol for your site
twitter_username: nfreear
github_username: nfreear
mastodon_url: https://mastodon.social/@ndf

x-github-url: https://github.com/nfreear/nfreear.github.io

Expand Down
4 changes: 4 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ <h2 class="footer-heading">{{ site.title }}</h2>
</a>
</li>
{% endif %}

{% if site.mastodon_url %}
<li><a href="{{ site.mastodon_url }}" rel="me">Mastodon</a></li>
{% endif %}
</ul>
</div>

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"keywords": [],
"contributors": [],
"x-count": {
"drafts": 18,
"posts": 57,
"total": 75
"drafts": 23,
"posts": 60,
"total": 83
},
"husky-LEGACY": {
"hooks": {
Expand Down

0 comments on commit bb572b6

Please sign in to comment.