Initial commit
This commit is contained in:
24
_layouts/default.html
Normal file
24
_layouts/default.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
{% if page.lang or post.lang %}
|
||||
<html lang="{{ page.lang }}">
|
||||
{% else %}
|
||||
<html lang="en">
|
||||
{% endif %}
|
||||
<head>
|
||||
{% include meta_tags/base.html %}
|
||||
{% include meta_tags/favicon.html %}
|
||||
|
||||
{% include externals/styling.html %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
{% include header.html %}
|
||||
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include externals/scripting.html %}
|
||||
{% include externals/google_analytics.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user