theme improvements

This commit is contained in:
Pat Dryburgh
2018-08-01 08:06:36 -07:00
parent 6371d0c7e2
commit 79a26d5774
11 changed files with 147 additions and 20 deletions

View File

@ -1,15 +1,19 @@
<!DOCTYPE html>
<html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site.title }} &mdash; {{ page.title }}</title>
<title>{{ site.title }}{% if page.title %} &mdash; {{ page.title }}{% endif %}</title>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
</head>
<body>