Skip to content

Commit 8d97c2a

Browse files
authored
Update default.html
1 parent 4a4e68f commit 8d97c2a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

site/_layouts/default.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8" />
55
<title>{{ page.title }}</title>
6-
<link rel="stylesheet" href="{{ '/assets/style.css' | relative_url }}">
6+
<link rel="stylesheet" href="/JavaEvolution-Learning-Growing-Mastering/site/assets/style.css">
77
</head>
88
<body>
9-
<div class="container">
10-
<aside class="sidebar">
11-
{% include nav.html %}
12-
</aside>
13-
<main class="content">
14-
{{ content }}
15-
</main>
16-
</div>
9+
{% include nav.html %}
10+
<main>
11+
{{ content }}
12+
</main>
1713
</body>
1814
</html>

0 commit comments

Comments
 (0)