Skip to content

Commit

Permalink
chore: move all images to /img, no child dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 1, 2023
1 parent d192e40 commit 30c248f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ecep_cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

_NSF_BRANDING = [
"nsf",
"site_cms/img/org_logos/nsf-white.png",
"site_cms/img/nsf-white.png",
"branding-nsf",
"https://www.nsf.gov/",
"_blank",
Expand All @@ -37,7 +37,7 @@

_TACC_BRANDING = [
"tacc",
"site_cms/img/org_logos/tacc-white.png",
"site_cms/img/tacc-white.png",
"branding-tacc",
"https://www.tacc.utexas.edu/",
"_blank",
Expand All @@ -48,7 +48,7 @@

_UTEXAS_BRANDING = [
"utexas",
"site_cms/img/org_logos/utaustin-white.png",
"site_cms/img/utaustin-white.png",
"branding-utaustin",
"https://www.utexas.edu/",
"_blank",
Expand All @@ -65,7 +65,7 @@

LOGO = [
"ecep",
"ecep_cms/img/org_logos/ecep-white-no_words.svg",
"ecep_cms/img/ecep-white-no_words.svg",
"",
"/",
"_self",
Expand All @@ -75,7 +75,7 @@
]

FAVICON = {
"img_file_src": "ecep_cms/img/org_logos/favicon.ico"
"img_file_src": "ecep_cms/img/favicon.ico"
}

########################
Expand Down

0 comments on commit 30c248f

Please sign in to comment.