Skip to content

Commit

Permalink
feat: tup 584 redesign news metadata (#443)
Browse files Browse the repository at this point in the history
* feat: set share platforms in repo code & reorder them (#442)

* feat: set share platforms in repo code

* feat: order share platforms via setting

* feat: re-style social media share links

* chore: tup-584 cms image at a release tag
  • Loading branch information
wesleyboar committed Mar 18, 2024
1 parent b0f1113 commit 83dcb26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tup-cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /code/
RUN npx nx build tup-ui
RUN npx nx build tup-cms-react

FROM taccwma/core-cms:v4.8.3
FROM taccwma/core-cms:v4.9.0

WORKDIR /code

Expand Down
6 changes: 6 additions & 0 deletions apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@
INCLUDES_PORTAL_NAV = True
INCLUDES_SEARCH_BAR = True

########################
# TACC: SOCIAL MEDIA
########################

TACC_SOCIAL_SHARE_PLATFORMS = ['linkedin', 'facebook', 'email']

########################
# DJANGOCMS_BLOG
########################
Expand Down

0 comments on commit 83dcb26

Please sign in to comment.