New Social Follow and Share!
This is a complete backward compatible refactoring of the social service logic of the theme.
Project's social services are now registered in the site params as follow:
# config.yaml
params:
ananke_socials:
- name: twitter
url: https://twitter.com/theNewDynamic
- name: github
url: https://github.com/theNewDynamic
The theme currently sports 14 built-in services with their own SVG icon, label and hover color. Any user can add their own service by adding it to the list above and optionally add a custom color and/or a matching SVG to their project.
It also sports its own "Share" icons for Facebook, Twitter and LinkedIn.
What's Changed
- Refactor social service logic and UX by @regisphilibert in #425
- added tiktok to available social media links by @saufrecht in #444
- Base content title on ContentBaseName by @jmooring in #440
New Contributors
- @saufrecht made their first contribution in #444
- @jmooring made their first contribution in #440
Full Changelog: v2.7.0...v2.8.0