summaryrefslogtreecommitdiff
path: root/site/templates
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-12-05 18:23:32 +0100
committerJules Laplace <julescarbon@gmail.com>2018-12-05 18:23:32 +0100
commit03ed12b471c1e50ae531c46fcbf5afd06ca5432b (patch)
tree67f48d66b2e9def2e514359b150e5f1384d9a3d2 /site/templates
parent2a1b884e841efe562e0c84885a404819433b3405 (diff)
build
Diffstat (limited to 'site/templates')
-rw-r--r--site/templates/layout.html8
-rw-r--r--site/templates/research.html12
2 files changed, 4 insertions, 16 deletions
diff --git a/site/templates/layout.html b/site/templates/layout.html
index 5b5833be..7558163e 100644
--- a/site/templates/layout.html
+++ b/site/templates/layout.html
@@ -18,10 +18,10 @@
<span class='sub'>The Darkside of Datasets</span>
</a>
<div class='links'>
- <a href="/search">Face Search</a>
- <a href="/datasets">Datasets</a>
- <a href="{{ latest_research_post.url }}">Research</a>
- <a href="/about">About</a>
+ <a href="/search/">Face Search</a>
+ <a href="/datasets/">Datasets</a>
+ <a href="/research/">Research</a>
+ <a href="/about/">About</a>
</div>
</header>
<div class="content">
diff --git a/site/templates/research.html b/site/templates/research.html
index 22e494c2..0bb9fa30 100644
--- a/site/templates/research.html
+++ b/site/templates/research.html
@@ -20,16 +20,4 @@
</section>
{{ content }}
-
- <section>
- <h3>MORE RESEARCH</h3>
- <div class='blogposts'>
- {% for blogpost in blogposts %}
- <div>
- <a href="{{ blogpost.url }}">{{ blogpost.title }}</a>
- <span class='sub'>{{ blogpost.date }}</span>
- </div>
- {% endfor %}
- </div>
- </section>
{% endblock %}