Mirror/docs/_layouts/base.html
2018-12-18 12:42:55 -06:00

17 lines
248 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{{ content }}
{% if site.ga_id %}
{% include analytics.html %}
{% endif %}
<script id="dsq-count-scr" src="//mirror-1.disqus.com/count.js" async></script>
</body>
</html>