diff options
author | zsloan | 2020-09-14 16:26:26 -0500 |
---|---|---|
committer | zsloan | 2020-09-14 16:26:26 -0500 |
commit | 6de9a14d1a98b26fc8996c0220131e222a1482a8 (patch) | |
tree | ada3804ef4b98d32cbe1372cc7aa8cf399ffb20b /wqflask | |
parent | 7d114484fbb77e20f4e60c10dd0cb5b1a7772eda (diff) | |
parent | 1444f5618361a1c91bd792cfab8c8c53beb3421c (diff) | |
download | genenetwork2-6de9a14d1a98b26fc8996c0220131e222a1482a8.tar.gz |
Merge branch 'scroller_testing' of github.com:zsloan/genenetwork2 into testing
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/base.html | 4 | ||||
-rw-r--r-- | wqflask/wqflask/templates/tutorials.html | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 50562200..e6802cc4 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -4,7 +4,9 @@ <head> <meta charset="utf-8"> - <title>{% block title %}{% endblock %}</title> + + <title>{% block title %}{% endblock %} GeneNetwork 2</title> + <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" type="image/png" sizes="64x64" href="/static/new/images/CITGLogo.png"> diff --git a/wqflask/wqflask/templates/tutorials.html b/wqflask/wqflask/templates/tutorials.html index 3e6ef01c..f9d12ba5 100644 --- a/wqflask/wqflask/templates/tutorials.html +++ b/wqflask/wqflask/templates/tutorials.html @@ -15,3 +15,4 @@ and initial mapping results for Rat GWAS P50 as implemented in GeneNetwork.org</ </TR></TABLE> {% endblock %} + |