diff options
| author | adamhrv <adam@ahprojects.com> | 2019-06-10 18:15:09 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-06-10 18:15:09 +0200 |
| commit | c8be69355d562e8e3ff24bd76ca42ae4a492cdab (patch) | |
| tree | a4aa604f464ea0f4d0e9d822837a1d2615e1a042 /site/templates | |
| parent | f8d4ceb67b8b1c6afa88f3c49f1e66fb4cc0785b (diff) | |
fix footer, typos
Diffstat (limited to 'site/templates')
| -rw-r--r-- | site/templates/datasets.html | 2 | ||||
| -rw-r--r-- | site/templates/layout.html | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/site/templates/datasets.html b/site/templates/datasets.html index 0b1f296e..6b1ab80e 100644 --- a/site/templates/datasets.html +++ b/site/templates/datasets.html @@ -6,7 +6,7 @@ {{ content }} </div> - <section class='applet_container autosize'><div class='applet' data-payload='{"command":"dataset_list"}'></div></section> + <!-- <section class='applet_container autosize'><div class='applet' data-payload='{"command":"dataset_list"}'></div></section> --> <section class='wide dataset-intro'> diff --git a/site/templates/layout.html b/site/templates/layout.html index 39de27a6..b170b2b1 100644 --- a/site/templates/layout.html +++ b/site/templates/layout.html @@ -7,6 +7,7 @@ <meta name="description" content="{{ metadata.og_desc }}" /> <meta property="og:title" content="{{ metadata.og_title }}"/> <meta property="og:type" content="website"/> + <meta property="og:summary" content="MegaPixels is an art and research project about face recognition datasets created \"in the wild\"/> <meta property="og:image" content="{{ metadata.og_image }}" /> <meta property="og:url" content="https://megapixels.cc{{ metadata.path }}"/> <meta property="og:site_name" content="MegaPixels" /> @@ -60,8 +61,8 @@ <li><a href="/">MegaPixels.cc</a></li> <li><a href="/datasets/">Datasets</a></li> <li><a href="/about/">About</a></li> - <li><a href="/about/press/">Press</a></li> - <li><a href="/about/legal/">Legal and Privacy</a></li> + <li><a href="/about/news/">News</a></li> + <li><a href="/about/legal/">Legal & Privacy</a></li> </ul> <ul class="footer-right"> <li>MegaPixels ©2017-19 <a href="https://ahprojects.com">Adam R. Harvey</a></li> |
