Update default.html (#8305)

Merge pull request 8305
This commit is contained in:
Francesco Bianco 2020-07-16 18:23:05 +02:00 committed by GitHub
parent 716536b551
commit e2159f72e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
</head>
<body>
{{ content}}
{{ content }}
</body>
</html>