Skip to content

Commit

Permalink
Add banner at the home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed May 17, 2024
1 parent fd89122 commit 219682b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ jupyterhub:
(r"faq", FAQHandler),
])
20-announce: |
c.JupyterHub.template_vars = {'announcement_login': 'The site is in beta testing. Please report any issue you might encounter in the <a href="https://github.com/unkcpz/aiidalab-demo-server/issues/new">AiiDAlab Demo GitHub repository</a>.'}
c.JupyterHub.template_vars = {
'announcement_login': 'The site is in beta testing. Please report any issue you might encounter in the <a href="https://github.com/unkcpz/aiidalab-demo-server/issues/new">AiiDAlab Demo GitHub repository</a>.',
'announcement': 'The site is in beta testing. Use it at your own risk.',
}
extraVolumes:
- name: hub-templates
configMap:
Expand Down

0 comments on commit 219682b

Please sign in to comment.