<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ site.baseurl }}/style.css">
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}">
{% if page.rss %}
- <link rel="alternate" type="application/atom+xml" title="{{ site.blog.title }}" href="{{ site.baseurl }}/blog/feed.xml" />
- {% if page.category %}<link rel="alternate" type="application/atom+xml" title="{{ page.title }}" href="{{ site.baseurl }}{{ page.url | replace: '.html','.xml' }}" />{% endif %}
+ <link rel="alternate" type="application/atom+xml" title="{{ site.blog.title }}" href="{{ site.baseurl }}/blog/feed.xml">
+ {% if page.category %}<link rel="alternate" type="application/atom+xml" title="{{ page.title }}" href="{{ site.baseurl }}{{ page.url | replace: '.html','.xml' }}">{% endif %}
{% endif %}
</head>
{{ content }}
</article>
+ {% if site.mpi_sws_imprint %}
+ <div id="-footer"><small>
+ <a href="https://imprint.mpi-klsb.mpg.de/sws/people/jung">Imprint</a> |
+ <a href="https://data-protection.mpi-klsb.mpg.de/sws/people/jung">Data Protection</a>
+ </small></div>
+ {% endif %}
</div></body>
</html>