summaryrefslogtreecommitdiff
path: root/site/templates
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-03-02 11:41:54 +0100
committeradamhrv <adam@ahprojects.com>2019-03-02 11:41:54 +0100
commit49aacc3d3f1cb9dba89dbc7296e8b63378883425 (patch)
tree7969e4a4441d875cbb8b3265bdddd0a62db68d7f /site/templates
parente379b108c8869313bd9ab43a537006c4789235b8 (diff)
css tweaks
Diffstat (limited to 'site/templates')
-rw-r--r--site/templates/datasets.html3
-rw-r--r--site/templates/layout.html2
2 files changed, 1 insertions, 4 deletions
diff --git a/site/templates/datasets.html b/site/templates/datasets.html
index 3456eac8..fc017e45 100644
--- a/site/templates/datasets.html
+++ b/site/templates/datasets.html
@@ -5,9 +5,6 @@
{{ content }}
<section class='wide dataset-intro'>
- <p>
- We have prepared detailed case studies of some of the more noteworthy datasets, including tools to help you learn what is contained in these datasets, and even whether your own face has been used to train these algorithms.
- </p>
<div class="dataset-list">
{% for dataset in datasets %}
diff --git a/site/templates/layout.html b/site/templates/layout.html
index adde3b5b..42e2cf59 100644
--- a/site/templates/layout.html
+++ b/site/templates/layout.html
@@ -25,7 +25,7 @@
<a href="/about/">About</a>
</div>
</header>
- <div class="content">
+ <div class="content content-{{ metadata.cssclass }}">
{% block content %}{% endblock %}
</div>
<footer>