2020-11-17 23:43:06 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
2023-10-31 00:00:31 -06:00
|
|
|
<meta name="theme-color" content="#d38700">
|
2020-11-17 23:43:06 -07:00
|
|
|
<link rel="stylesheet" href="/assets/authorblurb.css">
|
2021-02-24 18:43:54 -07:00
|
|
|
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
2020-11-17 23:43:06 -07:00
|
|
|
{% seo %}
|
|
|
|
</head>
|
2023-10-31 00:00:31 -06:00
|
|
|
<body>
|
2020-11-17 23:43:06 -07:00
|
|
|
<header>
|
|
|
|
<div class="container">
|
2020-11-18 17:27:52 -07:00
|
|
|
<a id="a-title" href="{{ '/' | relative_url }}"target="_blank">
|
2020-11-17 23:43:06 -07:00
|
|
|
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
|
|
|
</a>
|
|
|
|
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="container">
|
|
|
|
<section id="main_content">
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% if site.google_analytics %}
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
{% endif %}
|
|
|
|
</body>
|
|
|
|
</html>
|