<!DOCTYPE html> <html lang=“en”>
<head> <meta charset="utf-8"> <base href="{{ site.baseurl }}"> <title>{{ page.title | liquify }}</title> <link href="{{ "/atom.xml" | relative_url }}" rel="alternate" type="application/atom+xml"> <link href="{{ "/rss.xml" | relative_url }}" rel="alternate" type="application/rss+xml"> {% if site.author %} <meta name="author" content="{{ site.author }}"> {% endif %} {% if site.description %} <meta name="description" content="{{ site.description }}"> {% endif %} </head> <body> {% include navigation.html %} {{ content }} {% include analytics.html %} {% include disqus_count.html %} </body>
</html>