Skip to content

Commit ba77da1

Browse files
authored
chore: temporary empty the landing page
1 parent d82ceab commit ba77da1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

_layouts/default.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22
<html lang="en">
33
<head>
44
<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 -%}
105
</head>
116
<body>
12-
{%- include header/header.html -%}
13-
{{ content }}
14-
{%- include footer/footer.html -%}
15-
{%- include scripts.html -%}
167
</body>
178
</html>

0 commit comments

Comments
 (0)