Files
makyo.ink/jekyll/_layouts/default.html
Madison Scott-Clary 4386102543 hugo site
2019-03-06 00:31:57 -08:00

10 lines
160 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{{ content }}
{% include javascripts.html %}
{% include analytics.html %}
</body>
</html>