misc / fedora-websites

Forked from fedora-websites 3 years ago
Clone

4263748 Take the first enclosure of type 'image/jpg' to use as thumbnail

Authored and Committed by vinaydeshmukh 3 years ago
    Take the first enclosure of type 'image/jpg' to use as thumbnail
    for start.fedoraprojectorg
    
    This commit iterates over the enclosure tags of each article, and uses
    the first one whose `type` attribute is 'image/jpg'.
    In the case no enclosure with this criteria is found, it will use the
    last enclosure in the list.