You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's faster for users to find the account they want to add if the social networks are listed alphabetically in config.toml.example; this ordering should extend to the presentation of the icons in layout/partials/social.html as well.
We also have to think about the implications of how many social icons we add for readers on small screens. As it stands, the icon size is about as small as I'm comfortable with; how should we handle overflow?
The text was updated successfully, but these errors were encountered:
That's an interesting idea. I like having some sensible defaults included as an example that users can copy as needed (e.g., your params.social.email and a params.social.github or some network that is IndieWeb/IndieAuth-friendly). I'll think on this some more, thanks for your input — and if you have any further thoughts, please do share!
It's faster for users to find the account they want to add if the social networks are listed alphabetically in
config.toml.example
; this ordering should extend to the presentation of the icons inlayout/partials/social.html
as well.We also have to think about the implications of how many social icons we add for readers on small screens. As it stands, the icon size is about as small as I'm comfortable with; how should we handle overflow?
The text was updated successfully, but these errors were encountered: