diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-05 14:09:19 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-05 14:09:19 +0200 |
| commit | 7cc03d5914ce3fb634516d27973ccb69ee63fe8d (patch) | |
| tree | f7c9ba3e165208bc98abf4c0ffce8cf28e312f96 /site/templates | |
| parent | b73e233acec5ad6c3aca7475288482f366f7a31f (diff) | |
updating
Diffstat (limited to 'site/templates')
| -rw-r--r-- | site/templates/home.html | 2 | ||||
| -rw-r--r-- | site/templates/layout.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/templates/home.html b/site/templates/home.html index 11ff7279..118814be 100644 --- a/site/templates/home.html +++ b/site/templates/home.html @@ -27,7 +27,7 @@ </div> <footer> <div> - MegaPixels is an art and research project by Adam Harvey about the origins and ethics of facial analysis datasets, developed in partnership with Mozilla. + MegaPixels is a research project by Adam Harvey about facial recognition datasets, developed in partnership with Mozilla. </div> <div> MegaPixels ©2017-19 Adam R. Harvey / diff --git a/site/templates/layout.html b/site/templates/layout.html index 52e5e74c..e446530f 100644 --- a/site/templates/layout.html +++ b/site/templates/layout.html @@ -17,7 +17,7 @@ <a class='slogan' href="/"> <div class='logo'></div> <div class='site_name'>MegaPixels</div> - {% if metadata.meta.dataset %}<div class='splash'>{{ metadata.meta.dataset.name_short }}</div>{% endif %} + {% if metadata.meta.dataset %}<div class='splash'>{{ metadata.meta.dataset.name_display }}</div>{% endif %} </a> <div class='links'> <a href="/datasets/">Datasets</a> |
