summaryrefslogtreecommitdiff
path: root/site/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates/layout.html')
-rw-r--r--site/templates/layout.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/site/templates/layout.html b/site/templates/layout.html
index 304e804f..5b5833be 100644
--- a/site/templates/layout.html
+++ b/site/templates/layout.html
@@ -3,6 +3,9 @@
<head>
<title>MegaPixels</title>
<meta charset="utf-8" />
+ <meta name="author" content="{{ metadata.authors }}" />
+ <meta name="description" content="{{ metadata.desc }}" />
+ <meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel='stylesheet' href='/assets/css/fonts.css' />
<link rel='stylesheet' href='/assets/css/css.css' />
@@ -17,7 +20,7 @@
<div class='links'>
<a href="/search">Face Search</a>
<a href="/datasets">Datasets</a>
- <a href="/blog">Blog</a>
+ <a href="{{ latest_research_post.url }}">Research</a>
<a href="/about">About</a>
</div>
</header>
@@ -27,13 +30,15 @@
<footer>
<div>
<a href="/">MegaPixels.cc</a>
- <a href="/legal/terms/">Terms of Use</a>
- <a href="/legal/privacy/">Privacy</a>
+ <a href="/about/disclaimer/">Disclaimer</a>
+ <a href="/about/terms/">Terms of Use</a>
+ <a href="/about/privacy/">Privacy</a>
<a href="/about/">About</a>
<a href="/about/team/">Team</a>
</div>
<div>
- MegaPixels &copy;2017-19 Adam R. Harvey / <a href="https://ahprojects.com">ahprojects.com</a>
+ MegaPixels &copy;2017-19 Adam R. Harvey /&nbsp;
+ <a href="https://ahprojects.com">ahprojects.com</a>
</div>
</footer>
</body>