Move to Adam's Blog template
This commit is contained in:
9
_layouts/default.html
Executable file
9
_layouts/default.html
Executable file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{{ content }}
|
||||
{% include javascripts.html %}
|
||||
{% include analytics.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user