mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
11 lines
207 B
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>
|