mirror of
https://github.com/clearlinux/docs.git
synced 2026-06-26 15:35:50 +00:00
Support svg logos too
This commit is contained in:
@@ -101,6 +101,9 @@ for repo in "${repos[@]}"; do
|
||||
logo=
|
||||
if [ -e "$repo/logo.png" ]; then
|
||||
logo=""
|
||||
elif [ -e "$repo/logo.svg" ]; then
|
||||
# rawgit.com because: http://stackoverflow.com/a/16462143/433558
|
||||
logo=""
|
||||
fi
|
||||
|
||||
compose=
|
||||
|
||||
Reference in New Issue
Block a user