We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82ceab commit ba77da1Copy full SHA for ba77da1
1 file changed
_layouts/default.html
@@ -2,16 +2,7 @@
2
<html lang="en">
3
<head>
4
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
5
- {%- include styles.html -%}
6
- {%- include meta.html -%}
7
- {%- if jekyll.environment == 'production' -%}
8
- {%- include analytics/google-analytics.html -%}
9
- {%- endif -%}
10
</head>
11
<body>
12
- {%- include header/header.html -%}
13
- {{ content }}
14
- {%- include footer/footer.html -%}
15
- {%- include scripts.html -%}
16
</body>
17
</html>
0 commit comments