Hello,
It would be nice if one can add affiliation logos. Please vote if you find this feature useful.
Best regards.
Where would they be added?
@HughP Good question! That's an important point to think about, but I guess this would be nice enough:

In the current version I added the logos to about.md manually.
I can see how that would work...
I guess there is still the technical question on how does one manage separate sizes. For instance two logos with different heights or widths... I suppose a align center would work. @gcushen Would it make the most sense to add a third and optional argument to the affiliation variable in config.toml? This argument could be the URL to the logo. Using this location in the theme has the advantage of being a consistent place in the theme to reference it. Something like
# Organizations/Affiliations.
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url="", logo=""}, {name="Org2", url="", logo=""} ]`.
organizations = [ { name = "SIL International", url = "http://www.sil.org", org_logo = "/static/logos/abcxyz.png" } ]
There would need to be some comment or instruction that says what the suggested size would be, and possibly if they are to be displayed in a vertical row, or stacked horizontally. It would be nice to know if people are regularly part of more than two-four organizations. I am part of two, and my wife is part of three, but I am wondering how edge case we are... I see that @netw0rkf10w has demonstrated two, without hesitation.
@netw0rkf10w thank you for your suggestion!
I'm closing this for now as there does not appear to be much demand for it and I prefer the cleaner look of text here.
For anyone else who does wish to display logos, they can do so in their own preferred style with just a minor customization of the about widget code.
Most helpful comment
Where would they be added?