diff --git a/_snippets/recipe-footer.md b/_snippets/recipe-footer.md index 54cbd81..1dfd4a0 100644 --- a/_snippets/recipe-footer.md +++ b/_snippets/recipe-footer.md @@ -16,7 +16,7 @@ Learn more about working with me [here](https://www.funkypenguin.co.nz/work-with Want to know now when this recipe gets updated, or when future recipes are added? Subscribe to the [RSS feed](https://mastodon.social/@geekcookbook_changes.rss), or leave your email address below, and we'll keep you updated. -
+ ## Your comments? 💬 diff --git a/_snippets/review-footer.md b/_snippets/review-footer.md index b5ae8ac..b5b39ac 100644 --- a/_snippets/review-footer.md +++ b/_snippets/review-footer.md @@ -16,7 +16,7 @@ Learn more about working with me [here](https://www.funkypenguin.co.nz/work-with Want to know now when this recipe gets updated, or when future recipes are added? Subscribe to the [RSS feed](https://mastodon.social/@geekcookbook_changes.rss), or leave your email address below, and we'll keep you updated. -
+ ## Your comments? 💬 diff --git a/docs/community/discord.md b/docs/community/discord.md index c0385a8..faad220 100644 --- a/docs/community/discord.md +++ b/docs/community/discord.md @@ -9,7 +9,7 @@ icon: fontawesome/brands/discord The most realtime and exciting way engage with our geeky community is in our [Discord server](http://chat.funkypenguin.co.nz) - + !!! question "Eh? What's a Discord? Get off my lawn, young whippersnappers!!" Yeah, I know. I also thought Discord was just for the gamer kids, but it turns out it's great for a geeky community. Why? [Let me elucidate ya.](https://www.youtube.com/watch?v=1qHoSWxVqtE).. diff --git a/docs/extras/javascript/rightmessage.js b/docs/extras/javascript/rightmessage.js deleted file mode 100644 index d23d561..0000000 --- a/docs/extras/javascript/rightmessage.js +++ /dev/null @@ -1,10 +0,0 @@ - - \ No newline at end of file diff --git a/docs/recent-changes.md b/docs/recent-changes.md index f2ac167..f954af4 100644 --- a/docs/recent-changes.md +++ b/docs/recent-changes.md @@ -35,7 +35,7 @@ Recipe | Description | Date ## Subscribe to updates -
+ Also available via: diff --git a/mkdocs.yml b/mkdocs.yml index bcff52d..8d28e2d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -363,7 +363,7 @@ extra: deprecated: Deprecated social: - icon: 'fontawesome/brands/mastodon' - link: 'https://so.fnky.nz/' + link: 'https://so.fnky.nz/@funkypenguin' - icon: 'fontawesome/brands/github' link: 'https://github.com/funkypenguin' - icon: 'fontawesome/brands/twitter' @@ -417,7 +417,6 @@ extra_css: extra_javascript: - extras/javascript/plausible.js # - extras/javascript/widgetbot.js # uncommented for dev - # - extras/javascript/rightmessage.js # - extras/javascript/feedback.js - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js - extras/javascript/tablesort.js diff --git a/overrides/main.html b/overrides/main.html index b5c3e0b..7de2b3c 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -23,16 +23,6 @@ {% block analytics %} - - {% endblock %} diff --git a/overrides/social.html b/overrides/social.html new file mode 100644 index 0000000..bed8fef --- /dev/null +++ b/overrides/social.html @@ -0,0 +1,41 @@ + + + +
+ {% for social in config.extra.social %} + {% set title = social.name %} + {% if not title and "//" in social.link %} + {% set _, url = social.link.split("//") %} + {% set title = url.split("/")[0] %} + {% endif %} + + {% include ".icons/" ~ social.icon ~ ".svg" %} + + {% endfor %} +
\ No newline at end of file