osuosl / dougfir-pelican-theme

Pelican theme based off of the OSU Dougfir Drupal theme
Apache License 2.0
2 stars 2 forks source link

Replace hardcoded parent organization info with pelican vars #53

Closed leian7 closed 8 years ago

leian7 commented 8 years ago

Satisfies part of this issue.

Swaps out hardcoded COE information for information pulled from two pelican variables, PARENT_ORG_URL (parent organization website link) and PARENT_ORG (parent organization name). This way, CASS and COE can display different parent organization links on their respective homepages.

Relevant CASS PR Relevant OSL PR

To test:

  1. cd osuosl-pelican or cd cass-pelican
  2. git checkout leian/parent_org (git pull as necessary)
  3. cd dougfir-pelican-theme
  4. git checkout leian/parent_org (git pull as necessary)
  5. cd ../
  6. make devserver
  7. localhost:8000

@subnomo @athai @Kennric @alxngyn @kelnera

athai commented 8 years ago

+1

alxngyn commented 8 years ago

+1