c09d281bd0e96fa5ad8519b60e48aa43df040219
[proportionaltomonofont] / _layouts / default.html
1 <!DOCTYPE html>
2 <html lang="{{ site.lang | default: "en-US" }}">
3   <head>
4     <meta charset="UTF-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1">
7     <meta property="og:image" content="https://repository-images.githubusercontent.com/164606802/cd83d680-894c-11e9-83f7-c353c70df1cb">
8 {% seo %}
9     <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
10   </head>
11   <body>
12     <div class="container-lg px-3 my-5 markdown-body comic-mono">
13       {{ content }}
14
15       {% if site.github.private != true and site.github.license %}
16       <div class="footer mt-5 pt-3 text-right text-gray">
17         This site is open source. {% github_edit_link "Improve this page" %}.
18       </div>
19       {% endif %}
20     </div>
21     <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
22     <script>anchors.add();</script>
23     {% if site.google_analytics %}
24     <script>
25       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
26       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
27       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
28       })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
29       ga('create', '{{ site.google_analytics }}', 'auto');
30       ga('send', 'pageview');
31     </script>
32     {% endif %}
33   </body>
34 </html>