1
0
mirror of https://github.com/danbee/danbarber.me synced 2026-06-21 15:22:22 +00:00
danbarber.me/_layouts/default.html

11 lines
207 B
HTML

<!doctype html>
{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
<html>
<head>
{% include head.html %}
</head>
<body>
{{ content | expand_urls: root_url }}
</body>
</html>