Skip to content

Commit

Permalink
chore: synchronize develop and main branches (#9)
Browse files Browse the repository at this point in the history
* feat: add graphene and wagtail dependencies (#5)

These prepare the project for GraphQL and content management
integration.

* Customize home page (#8)

* feat: add graphene and wagtail dependencies (#5) (#6)

These prepare the project for GraphQL and content management
integration.

* feat: add graphene and wagtail dependencies (#5) (#7)

These prepare the project for GraphQL and content management
integration.

* chore: change app title on base template
  • Loading branch information
ngurenyaga committed Nov 8, 2021
1 parent f11ab36 commit 7d8d75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mycarehub/templates/fragments/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{% block title %}Program Database{% endblock title %}</title>
<title>{% block title %}myCareHub{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="Program Database">
<meta name="description" content="myCareHub Backend">
<meta name="author" content="Savannah Informatics Global Health Institute">

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand Down

0 comments on commit 7d8d75d

Please sign in to comment.